mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 20:29:54 +00:00
Disable obfuscation in proguard-rules.pro
This commit is contained in:
parent
7edbcccbe4
commit
17a3eda124
2 changed files with 266430 additions and 7 deletions
266425
app/obfuscation/mapping.txt
Normal file
266425
app/obfuscation/mapping.txt
Normal file
File diff suppressed because it is too large
Load diff
12
app/proguard-rules.pro
vendored
12
app/proguard-rules.pro
vendored
|
@ -11,14 +11,12 @@
|
|||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
||||
# public *;
|
||||
#}
|
||||
|
||||
# Uncomment this to preserve the line number information for
|
||||
# debugging stack traces.
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
-keepattributes LineNumberTable,SourceFile
|
||||
-renamesourcefileattribute SourceFile
|
||||
-dontobfuscate
|
||||
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*,!code/allocation/variable
|
||||
-printmapping obfuscation/mapping.txt
|
||||
|
||||
-keep class ** extends androidx.navigation.Navigator
|
||||
-keep class ** implements org.ocpsoft.prettytime.TimeUnit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue