Skip to content

Commit

Permalink
Remove: disable minify(caused crashes with android gradle plugin 4.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Aug 4, 2020
1 parent 9178077 commit 5ad9c79
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 @@ -19,7 +19,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
}
neo {
applicationIdSuffix '.neo'
Expand Down

0 comments on commit 5ad9c79

Please sign in to comment.