Skip to content

Commit 308014d

Browse files
committed
Enable app optimization
1 parent ace7a12 commit 308014d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ android {
3232

3333
buildTypes {
3434
release {
35-
minifyEnabled false
35+
minifyEnabled true
36+
shrinkResources true
3637
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3738
}
3839
}

0 commit comments

Comments
 (0)