srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
48e5c250
64ead807
Enable minify for release builds
inline
split
atox/build.gradle.kts
added: 2, removed: 2, total 0
@@ -25,7 +25,7 @@ android {
applicationIdSuffix = ".debug"
}
getByName("release") {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"))
}
}