From c3e64f7239fc06a88dbbfe74ba005cfc488cb151 Mon Sep 17 00:00:00 2001 From: Milan Cerovsky Date: Thu, 28 Nov 2024 12:42:43 +0100 Subject: [PATCH] Code cleanup --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f32824885..9335753e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -105,7 +105,7 @@ ZCASH_RELEASE_KEY_ALIAS_PASSWORD= # Switch this property to true only if you need to sign the release build with a debug key. It can # be useful, for example, for running benchmark tests against a release build of the app signed with # the default debug key configuration. -IS_SIGN_RELEASE_BUILD_WITH_DEBUG_KEY=true +IS_SIGN_RELEASE_BUILD_WITH_DEBUG_KEY=false # Switch this property to true only if you need the release build to be debuggable. It can be helpful, for example, # for logging or debugging minified release app build. IS_RELEASE_BUILD_DEBUGGABLE=false