[#765] Change app name
This commit is contained in:
parent
c380450756
commit
b3f4601b14
|
@ -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 "",
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue