Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 622 Bytes

BUILD.md

File metadata and controls

25 lines (16 loc) · 622 Bytes

Building and Installing

Modularization

graph

Requested

  • 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-password

Build

Run ./gradlew app:assembleFossProductRelease to build the package, which can be installed using the Android package manager.