Warning
This repo is no longer actively developed, but PRs will be merged!
- Check out the repo.
- Create a Firebase project (for crash reporting).
- Put your
google-services.json
file in/app/src/FLAVOURNAME/
.
- Get an APOD api key.
- Add it as
apod_api_key="xxxx"
in yourgradle.properties
.
- Add the new flavour to app-level
build.gradle
, along with any auth code needed. - Create a new Firebase project, download the
google-services.json
file, and place it in/app/src/FLAVOURNAME/
. - Copy an existing
Config.kt
, and place it in/app/src/FLAVOURNAME/java/PACKAGENAME/Config/
. - Modify
Config.kt
as necessary.
External libraries used in this app are listed below. Core Android / AndroidX libraries are excluded from this list.