File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
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+ 好友列表获取 "
6
6
}
Original file line number Diff line number Diff line change @@ -37,13 +37,11 @@ val appVerCode: Int by lazy {
37
37
versionCode.toInt()
38
38
}
39
39
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 "
41
41
val updateLog = """
42
42
【问题修复】
43
- - 修复 在 QQ v9.1.55 及以上版本中获取cookie失败的问题
44
- - 其它修复与优化
45
-
46
- - 修复 3.0.30 存在的一个问题
43
+ - 修复 QQ 9.1.90+ 模块入口创建失败
44
+ - 修复 QQ 9.1.95+ 好友列表获取
47
45
""" .trimIndent()
48
46
49
47
android {
You can’t perform that action at this time.
0 commit comments