android: make it clearer that minify is disabled

This commit is contained in:
Harsh Shandilya 2022-05-03 23:46:10 +05:30
parent 3e028e8852
commit 5eff482c0a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 1 additions and 87 deletions

View file

@ -22,15 +22,7 @@ android {
buildFeatures { buildConfig = true }
buildTypes {
named("release") {
setProguardFiles(
listOf(
"proguard-android-optimize.txt",
"proguard-rules.pro",
"proguard-rules-missing-classes.pro",
)
)
}
named("release") { isMinifyEnabled = false }
named("debug") {
applicationIdSuffix = ".debug"
versionNameSuffix = "-debug"