Skip to content

Commit

Permalink
Preserve line info in proguard rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Nov 7, 2024
1 parent f087bc5 commit b0a00e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b0a00e7

Please sign in to comment.