Skip to content

Commit 03a95f6

Browse files
committed
enable minifying in release mode
1 parent 3dcf9e2 commit 03a95f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
applicationIdSuffix ".debug"
3838
}
3939
release {
40-
minifyEnabled false
40+
minifyEnabled true
4141
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
4242
if (keystorePropertiesFile.exists()) {
4343
signingConfig signingConfigs.release

0 commit comments

Comments
 (0)