Skip to content

Commit a5098d5

Browse files
committed
[release] 5.4.9
1 parent f0f6645 commit a5098d5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

app/src/main/assets/update_log.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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

app/src/main/java/com/heyanle/easybangumi4/plugin/extension/loader/AbsExtensionLoader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

buildSrc/src/main/java/com/heyanle/buildsrc/Android.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)