Skip to content

Commit ba5a92f

Browse files
committed
bump version to 3.0.31
1 parent 564d5ed commit ba5a92f

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.30-fix",
3-
"versionCode": 25031916,
4-
"updateTime": "2025-03-19 16:31:35",
5-
"updateLog": "【问题修复】\n- 修复 QQ v9.1.55 及以上版本中获取cookie失败的问题\n- 其它修复与优化"
2+
"versionName": "3.0.31",
3+
"versionCode": 25072715,
4+
"updateTime": "2025-07-27 15:28:28",
5+
"updateLog": "【问题修复】\n- 修复 QQ 9.1.90+ 模块入口创建失败\n- 修复 QQ 9.1.95+ 好友列表获取"
66
}

app/build.gradle.kts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,11 @@ 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.30-fix"
40+
val appVerName: String = "3.0.31"
4141
val updateLog = """
4242
【问题修复】
43-
- 修复 在 QQ v9.1.55 及以上版本中获取cookie失败的问题
44-
- 其它修复与优化
45-
46-
- 修复 3.0.30 存在的一个问题
43+
- 修复 QQ 9.1.90+ 模块入口创建失败
44+
- 修复 QQ 9.1.95+ 好友列表获取
4745
""".trimIndent()
4846

4947
android {

0 commit comments

Comments
 (0)