Skip to content

Commit b0a00e7

Browse files
Preserve line info in proguard rules.
1 parent f087bc5 commit b0a00e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/proguard-rules.pro

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Uncomment this to preserve the line number information for
22
# debugging stack traces.
3-
#-keepattributes SourceFile,LineNumberTable
3+
-keepattributes SourceFile,LineNumberTable
44

55
# If you keep the line number information, uncomment this to
66
# hide the original source file name.
7-
#-renamesourcefileattribute SourceFile
7+
-renamesourcefileattribute SourceFile
88

99
## Preferences reflection
1010
-keep class * extends androidx.preference.PreferenceFragmentCompat

0 commit comments

Comments
 (0)