Skip to content

Commit

Permalink
bump versiont to 3.0.20
Browse files Browse the repository at this point in the history
Signed-off-by: teble <me@teble.me>
  • Loading branch information
teble committed Aug 9, 2023
1 parent b92884e commit 5d4bf9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ val appVerCode: Int by lazy {
versionCode.toInt()
}
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
val appVerName: String = "3.0.19"
val appVerName: String = "3.0.20"
val updateLog = """
1. 适配 QQ 8.9.70+ 模块设置入口
2. 模块本体新增快捷跳转
1. 更新配置解析器,低于此版本的模块不再支持后续配置的更新
2. 更新内置配置版本至v35,尝试支持腾讯视频签到
""".trimIndent()

android {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/default_conf

Large diffs are not rendered by default.

0 comments on commit 5d4bf9c

Please sign in to comment.