[#765] Change app name

This commit is contained in:
Carter Jernigan 2023-02-21 08:41:08 -05:00 committed by GitHub
parent c380450756
commit b3f4601b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -101,7 +101,7 @@ tasks {
"IS_MINIFY_ENABLED" to "true",
"ZCASH_RELEASE_APP_NAME" to "Zcash",
"ZCASH_RELEASE_APP_NAME" to "sECCant",
"ZCASH_RELEASE_PACKAGE_NAME" to "co.electriccoin.zcash",
"ZCASH_DEBUG_KEYSTORE_PATH" to "",

View File

@ -53,12 +53,11 @@ ZCASH_VERSION_NAME=0.1
# Set these fields, as you need them (e.g. with values "Zcash X" and "co.electriccoin.zcash.x")
# to distinguish a different release build that can be installed alongside the official version
# available on Google Play. This is particularly useful for debugging R8 rules.
# These are consumed by app/build.gradle.kts
ZCASH_RELEASE_APP_NAME=Zcash
# available on Google Play. This is useful for testing, or for a forked version of the app.
ZCASH_RELEASE_APP_NAME=sECCant
ZCASH_RELEASE_PACKAGE_NAME=co.electriccoin.zcash
ZCASH_DEBUG_APP_NAME_SUFFIX=" Debug"
ZCASH_DEBUG_APP_NAME_SUFFIX=" (D)"
# Set keystore details to enable build signing. Typically these
# are overridden via ~/.gradle/gradle.properties to allow secure injection.