To create a release build, signing must be configured. The following Gradle properties must be set:
1.`ZCASH_RELEASE_KEYSTORE_PATH`
1.`ZCASH_RELEASE_KEYSTORE_PASSWORD`
1.`ZCASH_RELEASE_KEY_ALIAS`
1.`ZCASH_RELEASE_KEY_ALIAS_PASSWORD`
1. Run `./gradlew :app:assembleRelease` to create a signed release APK, which can be tested and easily installed on an emulator or test device. _Note that this APK cannot be deployed, because Google Play requires deployment in AAB format. APK, however, is easier to manage for manually creating a build for testing._
Note that although these are called "release" keys, they may actually be the "upload" key if Google Play Signing is being used.
# Deployment
After signing is configured, it is possible to then configure deployment to Google Play.