Skip to content

Commit b7d4a51

Browse files
committed
bump version to 3.0.30-fix
1 parent 2c33866 commit b7d4a51

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app-meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionName": "3.0.30",
3-
"versionCode": 25031915,
4-
"updateTime": "2025-03-19 15:59:12",
2+
"versionName": "3.0.30-fix",
3+
"versionCode": 25031916,
4+
"updateTime": "2025-03-19 16:31:35",
55
"updateLog": "【问题修复】\n- 修复 在 QQ v9.1.55 及以上版本中获取cookie失败的问题\n- 其它修复与优化"
66
}

app/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ 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"
40+
val appVerName: String = "3.0.30-fix"
4141
val updateLog = """
4242
【问题修复】
4343
- 修复 在 QQ v9.1.55 及以上版本中获取cookie失败的问题
4444
- 其它修复与优化
45+
46+
- 修复 3.0.30 存在的一个问题
4547
""".trimIndent()
4648

4749
android {

0 commit comments

Comments
 (0)