We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685c5c0 commit 56e4125Copy full SHA for 56e4125
1 file changed
app/build.gradle.kts
@@ -20,7 +20,7 @@ android {
20
21
buildTypes {
22
release {
23
- isMinifyEnabled = false
+ isMinifyEnabled = true
24
proguardFiles(
25
getDefaultProguardFile("proguard-android-optimize.txt"),
26
"proguard-rules.pro"
@@ -58,4 +58,4 @@ dependencies {
58
androidTestImplementation(libs.androidx.ui.test.junit4)
59
debugImplementation(libs.androidx.ui.tooling)
60
debugImplementation(libs.androidx.ui.test.manifest)
61
-}
+}
0 commit comments