Skip to content

Commit

Permalink
Add dontobfuscate option to pro-guard rules. Fixes #1683 (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored and keianhzo committed Aug 28, 2019
1 parent 6d9dd2a commit 8aff84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
-dontskipnonpubliclibraryclasses
-dontpreverify
-verbose
-dontobfuscate
-optimizations !code/simplification/arithmetic,!code/allocation/variable
-keepattributes *
-printconfiguration "build/outputs/mapping/configuration.txt"

0 comments on commit 8aff84c

Please sign in to comment.