do not obfuscate using proguard

This commit is contained in:
Branden Archer
2017-10-01 13:53:04 -04:00
parent 2753b8826f
commit 9e09b9052a

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