混淆配置:添加自定义混淆字典

This commit is contained in:
Max
2024-01-22 18:13:26 +08:00
parent 521d351e92
commit bf9fd90010
2 changed files with 5004 additions and 0 deletions

View File

@@ -30,6 +30,10 @@
# 保留行号 # 保留行号
-keepattributes SourceFile,LineNumberTable -keepattributes SourceFile,LineNumberTable
-obfuscationdictionary ./../dictionry.txt
-classobfuscationdictionary ./../dictionry.txt
-packageobfuscationdictionary ./../dictionry.txt
#-dontwarn #//dontwarn去掉警告 #-dontwarn #//dontwarn去掉警告
#-dontskipnonpubliclibraryclassmembers #-dontskipnonpubliclibraryclassmembers
#-keep public class * extends android.app.Fragment #-keep public class * extends android.app.Fragment

5000
dictionry.txt Normal file

File diff suppressed because it is too large Load Diff