Skip to content

Commit

Permalink
Solved issue with minify enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
paroca72 committed Mar 1, 2018
1 parent 4a560bd commit 11b3524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 11b3524

Please sign in to comment.