We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba30fd commit a277637Copy full SHA for a277637
app/build.gradle.kts
@@ -46,7 +46,8 @@ android {
46
47
buildTypes {
48
release {
49
- isMinifyEnabled = false
+ isMinifyEnabled = true
50
+ isShrinkResources = true
51
signingConfig = signingConfigs.getByName("release")
52
proguardFiles(
53
getDefaultProguardFile("proguard-android-optimize.txt"),
@@ -133,4 +134,4 @@ dependencies {
133
134
androidTestImplementation(libs.androidx.ui.test.junit4)
135
debugImplementation(libs.androidx.ui.tooling)
136
debugImplementation(libs.androidx.ui.test.manifest)
-}
137
+}
0 commit comments