Skip to content

Commit 5d4bf9c

Browse files
committed
bump versiont to 3.0.20
Signed-off-by: teble <me@teble.me>
1 parent b92884e commit 5d4bf9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ 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.19"
40+
val appVerName: String = "3.0.20"
4141
val updateLog = """
42-
1. 适配 QQ 8.9.70+ 模块设置入口
43-
2. 模块本体新增快捷跳转
42+
1. 更新配置解析器,低于此版本的模块不再支持后续配置的更新
43+
2. 更新内置配置版本至v35,尝试支持腾讯视频签到
4444
""".trimIndent()
4545

4646
android {

app/src/main/assets/default_conf

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)