diff --git a/android-aop-core/proguard-rules.pro b/android-aop-core/proguard-rules.pro index 1f43e6ff..58e7c1cc 100644 --- a/android-aop-core/proguard-rules.pro +++ b/android-aop-core/proguard-rules.pro @@ -24,7 +24,9 @@ -keep class * { @androidx.annotation.Keep ; } - +-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{