File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ val appVerCode: Int by lazy {
3737 versionCode.toInt()
3838}
3939val buildNum: String get() = SimpleDateFormat (" MMddHH" , Locale .ENGLISH ).format(Date ())
40- val appVerName: String = " 3.0.29 "
40+ val appVerName: String = " 3.0.30 "
4141val updateLog = """
4242 【问题修复】
43- - 修复 在 QQ v9.1.20 灰度设置界面无法显示模块入口的问题。
43+ - 修复 在 QQ v9.1.55 及以上版本中获取cookie失败的问题
44+ - 其它修复与优化
4445""" .trimIndent()
4546
4647android {
You can’t perform that action at this time.
0 commit comments