Merge pull request #150 from brarcher/proguard

do not obfuscate using proguard
This commit is contained in:
Branden Archer
2017-10-01 14:32:48 -04:00
committed by GitHub

View File

@@ -18,4 +18,7 @@
# Uncomment this to preserve the line number information for
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile,LineNumberTable
# This keep the class and method names the same, for debugging stack traces
-dontobfuscate