Skip to content

Commit

Permalink
Disable minify, causes Release builds to crash on launch
Browse files Browse the repository at this point in the history
  • Loading branch information
sudonatalie committed Apr 20, 2019
1 parent 8d77de5 commit b67c551
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
minifyEnabled false
proguardFiles getDefaultProguardFile(
'proguard-android-optimize.txt'),
'proguard-rules.pro'
Expand Down

0 comments on commit b67c551

Please sign in to comment.