- Java 17
- Android SDK
Specify your Android SDK path either using the ANDROID_HOME environment variable, or by filling out the sdk.dir property in local.properties.
Signing can be done automatically using key.properties as follows:
storeFile=path/to/keystore.jks
storePassword=store-password
keyAlias=key-alias
keyPassword=key-passwordRun ./gradlew app:assembleFossProductRelease to build the package, which can be installed using the Android package manager.
