diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2ed22a1e5f..d7647d7f0b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -95,11 +95,11 @@ android { buildTypes { all { signingConfig = currentSigning - } - release { if (gitInfo?.tagName == null) { versionNameSuffix = vnSuffix } + } + release { isMinifyEnabled = true isShrinkResources = true isDebuggable = false @@ -111,7 +111,6 @@ android { ) } debug { - versionNameSuffix = vnSuffix applicationIdSuffix = ".debug" // add "debug" suffix