File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
java/com/heyanle/easybangumi4/plugin/extension/loader
buildSrc/src/main/java/com/heyanle/buildsrc Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1- - 2025/08/03 5.4.7
1+ - 2025/08/03 5.4.9 紧急更新
2+ 修复 历史记录丢失问题
3+ 修复 添加 js 源时崩溃问题
4+ 修复 导入源纯纯看番版本过低问题
5+
6+ - 2025/08/03 5.4.8
27 修复 历史记录丢失问题
38 修复 添加 js 源时崩溃问题
49
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ abstract class AbsExtensionLoader(
4141
4242 // 当前容器支持的 扩展库 版本区间
4343 const val LIB_VERSION_MIN = 6
44- const val LIB_VERSION_MAX = 11
44+ const val LIB_VERSION_MAX = 12
4545
4646 const val PACKAGE_FLAGS =
4747 PackageManager .GET_CONFIGURATIONS or PackageManager .GET_SIGNATURES
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ object Android {
99 const val targetSdk = 34
1010 const val compileSdk = 34
1111
12- const val versionCode = 100
13- const val versionName = " 5.4.8 "
12+ const val versionCode = 101
13+ const val versionName = " 5.4.9 "
1414
1515
1616}
You can’t perform that action at this time.
0 commit comments