We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6144840 commit 934743cCopy full SHA for 934743c
app-meta.json
@@ -1,6 +1,6 @@
1
{
2
- "versionName": "3.0.32",
3
- "versionCode": 25112318,
4
- "updateTime": "2025-11-23 18:36:17",
+ "versionName": "3.0.32-fix",
+ "versionCode": 25112409,
+ "updateTime": "2025-11-24 09:19:37",
5
"updateLog": "【问题修复】\n- 修复 QQ 3.2.30 模块入口创建失败"
6
}
app/build.gradle.kts
@@ -37,7 +37,7 @@ val appVerCode: Int by lazy {
37
versionCode.toInt()
38
39
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
40
-val appVerName: String = "3.0.32"
+val appVerName: String = "3.0.32-fix"
41
val updateLog = """
42
【问题修复】
43
- 修复 QQ 3.2.30 模块入口创建失败
0 commit comments