add line number keeping in proguard

This commit is contained in:
tibbi 2017-06-06 17:52:57 +02:00
parent 3001ea4a23
commit b8dc90de87

View file

@ -1,2 +1,5 @@
-keep class com.simplemobiletools.** { *; }
-dontwarn com.simplemobiletools.**
-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable