mirror of
https://github.com/Joker-x-dev/AndroidProject-Compose.git
synced 2025-12-27 15:47:11 +00:00
调整 xxp 权限框架版本以及配置混淆规则
This commit is contained in:
8
app/proguard-rules.pro
vendored
8
app/proguard-rules.pro
vendored
@@ -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.** { *; }
|
||||
Reference in New Issue
Block a user