add line number keeping in proguard
This commit is contained in:
parent
3001ea4a23
commit
b8dc90de87
1 changed files with 3 additions and 0 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
@ -1,2 +1,5 @@
|
||||||
-keep class com.simplemobiletools.** { *; }
|
-keep class com.simplemobiletools.** { *; }
|
||||||
-dontwarn com.simplemobiletools.**
|
-dontwarn com.simplemobiletools.**
|
||||||
|
|
||||||
|
-renamesourcefileattribute SourceFile
|
||||||
|
-keepattributes SourceFile, LineNumberTable
|
||||||
|
|
Loading…
Reference in a new issue