Skip to content

Commit 2211706

Browse files
committed
bump version to 3.0.30
1 parent 84a29c2 commit 2211706

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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.29",
3-
"versionCode": 24112723,
4-
"updateTime": "2024-11-27 23:49:21",
5-
"updateLog": "【问题修复】\n- 修复 在 QQ v9.1.20 灰度设置界面无法显示模块入口的问题。"
2+
"versionName": "3.0.30",
3+
"versionCode": 25031915,
4+
"updateTime": "2025-03-19 15:59:12",
5+
"updateLog": "【问题修复】\n- 修复 在 QQ v9.1.55 及以上版本中获取cookie失败的问题\n- 其它修复与优化"
66
}

app/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +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.29"
40+
val appVerName: String = "3.0.30"
4141
val updateLog = """
4242
【问题修复】
43-
- 修复 在 QQ v9.1.20 灰度设置界面无法显示模块入口的问题。
43+
- 修复 在 QQ v9.1.55 及以上版本中获取cookie失败的问题
44+
- 其它修复与优化
4445
""".trimIndent()
4546

4647
android {

0 commit comments

Comments
 (0)