Skip to content

Commit

Permalink
bump version to 3.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Dec 22, 2023
1 parent d9e01d0 commit e569ee2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app-meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionName": "3.0.22",
"versionCode": 23102901,
"updateTime": "2023-10-29 01:00:04",
"updateLog": "1. 修复获取网络时间异常导致签到时间为 1970 年的 bug\n2. 优化配置加载\n3. 替换更新网盘链接为 123 盘\n4. 更新内置配置文件为 v43"
"versionName": "3.0.23",
"versionCode": 23122214,
"updateTime": "2023-12-22 14:48:32",
"updateLog": "1. 修复模块在 QQ 9.0.8 上加载异常的问题\n2. 更新内置配置版本为 v44"
}
8 changes: 3 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ val appVerCode: Int by lazy {
versionCode.toInt()
}
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
val appVerName: String = "3.0.22"
val appVerName: String = "3.0.23"
val updateLog = """
1. 修复获取网络时间异常导致签到时间为 1970 年的 bug
2. 优化配置加载
3. 替换更新网盘链接为 123 盘
4. 更新内置配置文件为 v43
1. 修复模块在 QQ 9.0.8 上加载异常的问题
2. 更新内置配置版本为 v44
""".trimIndent()

android {
Expand Down

0 comments on commit e569ee2

Please sign in to comment.