Skip to content

Commit e569ee2

Browse files
committed
bump version to 3.0.23
1 parent d9e01d0 commit e569ee2

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

app-meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionName": "3.0.22",
3-
"versionCode": 23102901,
4-
"updateTime": "2023-10-29 01:00:04",
5-
"updateLog": "1. 修复获取网络时间异常导致签到时间为 1970 年的 bug\n2. 优化配置加载\n3. 替换更新网盘链接为 123 盘\n4. 更新内置配置文件为 v43"
2+
"versionName": "3.0.23",
3+
"versionCode": 23122214,
4+
"updateTime": "2023-12-22 14:48:32",
5+
"updateLog": "1. 修复模块在 QQ 9.0.8 上加载异常的问题\n2. 更新内置配置版本为 v44"
66
}

app/build.gradle.kts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ val appVerCode: Int by lazy {
3737
versionCode.toInt()
3838
}
3939
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
40-
val appVerName: String = "3.0.22"
40+
val appVerName: String = "3.0.23"
4141
val updateLog = """
42-
1. 修复获取网络时间异常导致签到时间为 1970 年的 bug
43-
2. 优化配置加载
44-
3. 替换更新网盘链接为 123 盘
45-
4. 更新内置配置文件为 v43
42+
1. 修复模块在 QQ 9.0.8 上加载异常的问题
43+
2. 更新内置配置版本为 v44
4644
""".trimIndent()
4745

4846
android {

0 commit comments

Comments
 (0)