mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-03-30 08:17:46 +02:00
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…
Add table
Reference in a new issue