Skip to content

Commit a277637

Browse files
authored
Update build.gradle.kts
1 parent 0ba30fd commit a277637

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ android {
4646

4747
buildTypes {
4848
release {
49-
isMinifyEnabled = false
49+
isMinifyEnabled = true
50+
isShrinkResources = true
5051
signingConfig = signingConfigs.getByName("release")
5152
proguardFiles(
5253
getDefaultProguardFile("proguard-android-optimize.txt"),
@@ -133,4 +134,4 @@ dependencies {
133134
androidTestImplementation(libs.androidx.ui.test.junit4)
134135
debugImplementation(libs.androidx.ui.tooling)
135136
debugImplementation(libs.androidx.ui.test.manifest)
136-
}
137+
}

0 commit comments

Comments
 (0)