Skip to content

Commit

Permalink
Enable proguard/R8
Browse files Browse the repository at this point in the history
  • Loading branch information
arcao committed Nov 18, 2019
1 parent 6d9dc1a commit d2d7d6a
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 @@ -138,7 +138,7 @@ android {
buildConfigField 'String', 'BUILD_TIME', '"' + gitTimestamp() + '"'

signingConfig signingConfigs.release
minifyEnabled false // App crash on VerifyError on Android 4.2, 4.3
minifyEnabled true // App crash on VerifyError on Android 4.2, 4.3
shrinkResources false
crunchPngs false

Expand Down

0 comments on commit d2d7d6a

Please sign in to comment.