Skip to content

Commit

Permalink
With 0.14.x plugin, proGuard flag was removed
Browse files Browse the repository at this point in the history
With the 0.14.x version of the Android plugin, the `proGuard` flag was removed and replaced with `minifyEnabled`.

This makes the project build again.
  • Loading branch information
MariusVolkhart committed Dec 3, 2014
1 parent 687fdd6 commit feb1b94
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 @@ -13,7 +13,7 @@ android {
}
buildTypes {
release {
runProguard false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit feb1b94

Please sign in to comment.