6.6.2 - Alpha2 - 尝试恢复 com.stardust 前缀包以便提升代码兼容性

This commit is contained in:
SuperMonster003
2025-01-15 00:12:07 +08:00
parent b44eae18d9
commit 1023e1733d
365 changed files with 34340 additions and 17 deletions

View File

@@ -53,8 +53,18 @@
-keep class org.mozilla.javascript.** { *; }
-keep class org.autojs.autojs.core.automator.** { *; }
-keep class org.autojs.autojs.** { *; }
-keep class com.stardust.automator.** { *; }
-keep class com.stardust.autojs.** { *; }
-dontwarn com.stardust.**
-keepattributes *Annotation*,SourceFile,LineNumberTable
-keepclassmembers class ** {
@org.autojs.autojs.annotation.ScriptInterface <methods>;
@com.stardust.autojs.annotation.ScriptInterface <methods>;
}
# Event bus
-keep class org.greenrobot.eventbus.** { *; }
@@ -65,10 +75,6 @@
-keep enum org.greenrobot.eventbus.ThreadMode { *; }
-keepclassmembers class ** {
@org.autojs.autojs.annotation.ScriptInterface <methods>;
}
# gson
-keep class * extends org.json.JSONObject {