Skip to content

Commit

Permalink
新增混淆规则
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Apr 24, 2024
1 parent 324f4c2 commit 4e5d9fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android-aop-core/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
-keep class * {
@androidx.annotation.Keep <fields>;
}

-keep class com.flyjingfish.android_aop_annotation.utils.DebugAndroidAopInit{
*;
}
#-keepnames class * implements com.flyjingfish.android_aop_annotation.base.BasePointCut
#-keepnames class * implements com.flyjingfish.android_aop_annotation.base.MatchClassMethod
#-keep class * implements com.flyjingfish.android_aop_annotation.base.BasePointCut{
Expand Down

0 comments on commit 4e5d9fd

Please sign in to comment.