Skip to content

Commit

Permalink
bump version to 3.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Nov 27, 2024
1 parent 362f450 commit c4f49cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 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.27",
"versionCode": 24080405,
"updateTime": "2024-08-04 05:58:46",
"updateLog": "功能】\n- 适配 续火支持 QQ v9.0.75 (6808) 及更高版本;\n- 优化 NT 架构 QQ 好友续火相关业务逻辑,提升续火稳定性。\n【体验】\n- 优化 配置解析逻辑;\n- 适配 新版配置。\n问题修复】\n- 修复 在 QQ v9.0.75 (6808) 及更高版本中获取群列表可能发生闪退的问题"
"versionName": "3.0.29",
"versionCode": 24112723,
"updateTime": "2024-11-27 23:49:21",
"updateLog": "【问题修复】\n- 修复 在 QQ v9.1.20 灰度设置界面无法显示模块入口的问题"
}
10 changes: 2 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,10 @@ val appVerCode: Int by lazy {
versionCode.toInt()
}
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
val appVerName: String = "3.0.27"
val appVerName: String = "3.0.29"
val updateLog = """
【功能】
- 适配 续火支持 QQ v9.0.75 (6808) 及更高版本;
- 优化 NT 架构 QQ 好友续火相关业务逻辑,提升续火稳定性。
【体验】
- 优化 配置解析逻辑;
- 适配 新版配置。
【问题修复】
- 修复 在 QQ v9.0.75 (6808) 及更高版本中获取群列表可能发生闪退的问题
- 修复 在 QQ v9.1.20 灰度设置界面无法显示模块入口的问题
""".trimIndent()

android {
Expand Down

0 comments on commit c4f49cf

Please sign in to comment.