This repository contains an Android app that displays adverts. It is intended to be run on a Fire stick (or similar Android TV device) and integrates with the ApiService and AdminSite.
To prevent committing API key to the repo, run the following after cloning:
git update-index --skip-worktree app/src/main/java/je/glitch/stjames/receiver/utils/ApiKey.javaTo undo this, run:
git update-index --no-skip-worktree app/src/main/java/je/glitch/stjames/receiver/utils/ApiKey.java