Preserve line info in proguard rules.

This commit is contained in:
Docile-Alligator
2024-11-07 13:48:07 -05:00
parent f087bc5260
commit b0a00e7b7a

View File

@ -1,10 +1,10 @@
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-renamesourcefileattribute SourceFile
## Preferences reflection
-keep class * extends androidx.preference.PreferenceFragmentCompat