Skip to content

Commit

Permalink
Activated ProGuard in release
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelMess committed Mar 7, 2018
1 parent 5d72d78 commit abc9df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
release {
signingConfig signingConfigs.release

minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.cfg'
}
}
Expand Down

0 comments on commit abc9df7

Please sign in to comment.