mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 03:37:05 +05:30
android: make it clearer that minify is disabled
This commit is contained in:
parent
3e028e8852
commit
5eff482c0a
3 changed files with 1 additions and 87 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue