Remove flag to disable code shrinking

androidx.benchmark plugin adds non minified versions of the release variants. we can just reuse that.
This commit is contained in:
AntsyLich
2026-07-09 23:22:30 +06:00
parent 91e967128d
commit aa434285b2
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ android {
isPseudoLocalesEnabled = true
}
val release = getByName("release") {
isMinifyEnabled = Config.enableCodeShrink
isShrinkResources = Config.enableCodeShrink
isMinifyEnabled = true
isShrinkResources = true
signingConfig = debug.signingConfig