Merge pull request #147 from brarcher/proguard

Do not strip line number info with proguard
This commit is contained in:
Branden Archer
2017-09-27 12:14:48 -04:00
committed by GitHub

View File

@@ -15,3 +15,7 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable