Skip to content

Commit

Permalink
set minfiyEnabled to false, references release defect #111
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi Kowalski authored and Tobi Kowalski committed Mar 5, 2017
1 parent fda5632 commit f59eddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

packagingOptions {
exclude 'META-INF/DEPENDENCIES.txt'
exclude 'META-INF/LICENSE.txt'
Expand Down

0 comments on commit f59eddc

Please sign in to comment.