Skip to content

Commit

Permalink
Disable proguard/R8 for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
arcao committed Nov 18, 2019
1 parent d2d7d6a commit 6cee1a6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ android {
buildConfigField 'String', 'BUILD_TIME', '"' + gitTimestamp() + '"'

signingConfig signingConfigs.release
minifyEnabled true // App crash on VerifyError on Android 4.2, 4.3
minifyEnabled false // App crash on VerifyError on Android 4.2, 4.3; https://issuetracker.google.com/issues/134304597
shrinkResources false
crunchPngs false

Expand Down

0 comments on commit 6cee1a6

Please sign in to comment.