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 b92884e commit 5d4bf9cCopy full SHA for 5d4bf9c
app/build.gradle.kts
@@ -37,10 +37,10 @@ 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.19"
+val appVerName: String = "3.0.20"
41
val updateLog = """
42
- 1. 适配 QQ 8.9.70+ 模块设置入口
43
- 2. 模块本体新增快捷跳转
+ 1. 更新配置解析器,低于此版本的模块不再支持后续配置的更新
+ 2. 更新内置配置版本至v35,尝试支持腾讯视频签到
44
""".trimIndent()
45
46
android {
app/src/main/assets/default_conf
0 commit comments