Skip to content

Commit

Permalink
Add a -fix release build type
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Mar 16, 2016
1 parent 9f2075c commit a9fd0ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ android {
proguardFiles 'proguard.cfg'
zipAlignEnabled true
}
fix {
minifyEnabled true
proguardFiles 'proguard.cfg'
}
}

packagingOptions {
Expand Down

0 comments on commit a9fd0ce

Please sign in to comment.