Skip to content

Commit cb6bc71

Browse files
committed
Enable resource shrinking
1 parent d119171 commit cb6bc71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ android {
4949
}
5050
release {
5151
isMinifyEnabled = true
52+
isShrinkResources = true
5253
proguardFiles(
5354
getDefaultProguardFile("proguard-android-optimize.txt"),
5455
"proguard-rules.pro"

0 commit comments

Comments
 (0)