Skip to content

Commit

Permalink
enable Minify in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Aug 2, 2016
1 parent aabb166 commit d719136
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 @@ -19,7 +19,7 @@ android {

buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
Expand Down

0 comments on commit d719136

Please sign in to comment.