diff --git a/build.gradle.kts b/build.gradle.kts index 2414d66b..4f0725c7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 "", diff --git a/gradle.properties b/gradle.properties index dd87faf1..832acccc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.