app/build.gradle.kts: Removed now-obsolete isMinifyEnabled value from relWithDebInfo build variant

This commit is contained in:
OpenSauce04 2025-06-03 21:34:47 +01:00 committed by OpenSauce
parent 7853bacddd
commit 2acbcd333c

View File

@ -125,7 +125,6 @@ android {
applicationIdSuffix = ".debug" applicationIdSuffix = ".debug"
versionNameSuffix = "-debug" versionNameSuffix = "-debug"
signingConfig = signingConfigs.getByName("debug") signingConfig = signingConfigs.getByName("debug")
isMinifyEnabled = true
isShrinkResources = true isShrinkResources = true
isDebuggable = true isDebuggable = true
isJniDebuggable = true isJniDebuggable = true