6.2.0 - 重新设计及编写项目文档; 新增多语言适配; 丰富控件选择器功能; 优化夜间模式适配等
This commit is contained in:
11
app/proguard-rules.pro
vendored
11
app/proguard-rules.pro
vendored
@@ -30,8 +30,8 @@
|
||||
|
||||
-keep class org.mozilla.javascript.** { *; }
|
||||
-keep class com.jecelyin.editor.** { *; }
|
||||
-keep class com.stardust.automator.** { *; }
|
||||
-keep class com.stardust.autojs.** { *; }
|
||||
-keep class org.autojs.autojs.core.automator.** { *; }
|
||||
-keep class org.autojs.autojs.** { *; }
|
||||
-keep class org.greenrobot.eventbus.** { *; }
|
||||
-keep class * extends c
|
||||
-keepattributes *Annotation*
|
||||
@@ -51,7 +51,7 @@
|
||||
-keep class com.some.package.server.JsonDeserializerWithOptions
|
||||
# autojs
|
||||
-keepclassmembers class ** {
|
||||
@com.stardust.autojs.runtime.ScriptInterface <methods>;
|
||||
@org.autojs.autojs.annotation.ScriptInterface <methods>;
|
||||
}
|
||||
# 920 editor
|
||||
-keep class org.msgpack.** { *; }
|
||||
@@ -127,11 +127,6 @@
|
||||
public static final ** CREATOR;
|
||||
}
|
||||
|
||||
# AVLoadingView
|
||||
|
||||
-keep class com.wang.avi.** { *; }
|
||||
-keep class com.wang.avi.indicators.** { *; }
|
||||
|
||||
# Bugly
|
||||
|
||||
-dontwarn com.tencent.bugly.**
|
||||
|
||||
Reference in New Issue
Block a user