File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11## 更新日志
22
3+ ### 3.4(5.0.18)(Material3)
4+
5+ 1 . 更新依赖(AndroLua+ 除外)
6+ 2 . 优化软件主题
7+ 3 . 移除游戏、TV、Kotlin、RxJava 等部分依赖
8+
39### 3.3(5.0.18)(Material3)
410
511修复打包之后安装时,编辑器与成品它俩必须没一个
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ AndroLuaX 还添加了 [AndroidFastScroll](https://github.com/zhanghai/AndroidFa
2222## 注意事项
2323
24241 . 因 AndroLua+ 本身的设计问题,** 不建议** 将 ` targetSdk ` 提升到 ` 29 ` 以上,否则存储权限没有被自动授予,造成用户体验不佳
25- 2 . 已去除 ` welcome.png ` 启动图,应为有更好的方案替代
26- 3 . AndroidX 尽可能添加所有 AndroidX 依赖,但会排除一些无用、会导致无法构建的依赖和与 Kotlin 与 RxJava 有关的所有依赖。
27- 4 . 部分依赖无法在较低版本的 Android 上使用
25+ 2 . ** 已去除 ` welcome.png ` 启动图** ,因为有更好的图标居中方案替代
26+ 3 . AndroidX 尽可能添加所有 AndroidX 依赖,但会排除一些无用的依赖和与 Kotlin 与 RxJava 有关的所有依赖。
27+ 4 . ** 部分依赖无法在较低版本的 Android 上使用**
2828
2929依赖兼容性表格:
3030
Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ function onVersionChanged(n, o)
3838 local dlg = MaterialAlertDialogBuilder (activity )
3939 local title = " 更新 " .. o .. " > " .. n
4040 local msg = [[
41+ 3.4(5.0.18)(Material3)
42+ 更新依赖(AndroLua+ 除外)
43+ 优化软件主题
44+ 移除游戏、TV、Kotlin、RxJava 等部分依赖
45+
4146 3.3(5.0.18)(Material3)
4247 修复打包之后安装时,编辑器与成品它俩必须没一个
4348
You can’t perform that action at this time.
0 commit comments