-
-
Notifications
You must be signed in to change notification settings - Fork 15
Building
DC* edited this page Jul 14, 2020
·
8 revisions
This is a preliminary page describing the steps to build the application on your own.
To build the application yourself you should follow these steps:
- Install Android Studio (or just the Android SDK alone)
- Clone the repo somewhere in your system
-
Go to https://github.com/settings/tokens and generate a "personal access token"
- This is necessary to download dependencies (just one, Fred) from Github Package Registry
- More info here: https://docs.github.com/en/packages/publishing-and-managing-packages/about-github-packages#about-tokens
-
Configure the following environment variables:
- export GITHUB_PACKAGE_REGISTRY_USERNAME=
- export GITHUB_PACKAGE_REGISTRY_TOKEN=
-
./gradlew build
That's it!