Skip to content

Commit d530424

Browse files
committed
add minification to reduce app size
1 parent 8960384 commit d530424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727

2828
buildTypes {
2929
release {
30-
val boolean = false
30+
val boolean = true
3131
isMinifyEnabled = boolean
3232
isShrinkResources = boolean
3333
proguardFiles(

0 commit comments

Comments
 (0)