Skip to content

Commit

Permalink
Disabled proguard for now, as it caused problems e.g. with ACRA.
Browse files Browse the repository at this point in the history
Also, it should no longer be necessary since Support library 23.1.1
  • Loading branch information
raphaelm committed Nov 16, 2015
1 parent dac867e commit bffeaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opacclient/opacapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
signingConfig signingConfigs.release
proguardFiles 'proguard-rules.txt'
}
Expand Down

0 comments on commit bffeaae

Please sign in to comment.