- JDK 17+
- Gradle 8.3.0+
./gradlew assembleDebug
Requires the following environment variables set:
SIGNING_KEY_STORE_PATH
path to the keystore fileSIGNING_STORE_PASSWORD
password for the keystore fileSIGNING_KEY_ALIAS
alias for the key in the keystore fileSIGNING_KEY_PASSWORD
password for the key in the keystore file
./gradlew assembleRelease
remove --dryrun
to update app/build.gradle.kts
by a patch version, commit, and push the version change to origin
bump version by choosing major, minor, or patch (defaults to patch)
python tag.py --dryrun