|
-keepattributes Exceptions
-keepattributes Signature
-keepattributes InnerClasses
-keepattributes Deprecated
-keepattributes SourceFile,LineNumberTable
-keep class !com.ai.ipu.mobile.safe.**,com.ai.ipu.mobile.** {public protected *;}
-keepclassmembers class com.ai.ipu.mobile.frame.plugin.PluginManager {
@android.webkit.JavascriptInterface <methods>;
}
-keep class android.webkit.JavascriptInterface
-keep class org.keplerproject.luajava.*{*;}
-keep class net.sourceforge.** {
public protected *;
}
-keep public class * extends com.ai.ipu.mobile.frame.plugin.Plugin {
public protected *;
}
-dontoptimize
-dontwarn **.*
|