调整 xxp 权限框架版本以及配置混淆规则

This commit is contained in:
Joker.X
2025-11-30 12:22:47 +08:00
parent 5e895c406c
commit cfaf15c1dc
3 changed files with 14 additions and 4 deletions

View File

@@ -18,4 +18,10 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
# toast 混淆规则
-keep class com.hjq.toast.** {*;}
# xxp权限混淆规则
-keep class com.hjq.permissions.** { *; }