6.3.0 - 新增 ocr / notice / s13n / Color 模块; 新增前台时保持屏幕常亮; 修复构建脚本依赖; 修复并优化控制台浮动窗口

This commit is contained in:
SuperMonster003
2023-04-29 20:07:53 +08:00
parent e2922cf8f5
commit 6ff598d587
511 changed files with 55015 additions and 11139 deletions

View File

@@ -17,19 +17,19 @@
#}
-dontwarn org.mozilla.javascript.**
-dontwarn com.jecelyin.editor.**
#-dontwarn com.jecelyin.editor.**
-dontwarn com.makeramen.**
-dontwarn org.junit.**
-dontwarn junit.**
-dontwarn jackpal.androidterm.**
-dontwarn com.iwebpp.nodeandroid.**
-dontwarn org.msgpack.core.**
#-dontwarn org.msgpack.core.**
-dontwarn com.pushtorefresh.storio.**
-dontwarn java.lang.invoke.*
-dontwarn **$$Lambda$*
-keep class org.mozilla.javascript.** { *; }
-keep class com.jecelyin.editor.** { *; }
#-keep class com.jecelyin.editor.** { *; }
-keep class org.autojs.autojs.core.automator.** { *; }
-keep class org.autojs.autojs.** { *; }
-keep class org.greenrobot.eventbus.** { *; }
@@ -54,7 +54,7 @@
@org.autojs.autojs.annotation.ScriptInterface <methods>;
}
# 920 editor
-keep class org.msgpack.** { *; }
#-keep class org.msgpack.** { *; }
# gson
-keep class * extends org.json.JSONObject {