Skip to content

Commit

Permalink
bump versiont to 3.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Oct 12, 2023
1 parent a9d1ba1 commit 9c443d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app-meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionName": "3.0.20",
"versionCode": 23080913,
"updateTime": "2023-08-09 13:38:06",
"updateLog": "1. 更新配置解析器,低于此版本的模块不再支持后续配置的更新\n2. 更新内置配置版本至v35,尝试支持腾讯视频签到"
"versionName": "3.0.21",
"versionCode": 23101218,
"updateTime": "2023-10-12 18:35:25",
"updateLog": "1. 修复误判 ilink 进程的导致的插件进程崩溃\n2. 更换配置存储方式,避免由于玄学因素导致的配置回滚\n3. 其它bug修复以及优化"
}
7 changes: 4 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ val appVerCode: Int by lazy {
versionCode.toInt()
}
val buildNum: String get() = SimpleDateFormat("MMddHH", Locale.ENGLISH).format(Date())
val appVerName: String = "3.0.20"
val appVerName: String = "3.0.21"
val updateLog = """
1. 更新配置解析器,低于此版本的模块不再支持后续配置的更新
2. 更新内置配置版本至v35,尝试支持腾讯视频签到
1. 修复误判 ilink 进程的导致的插件进程崩溃
2. 更换配置存储方式,避免由于玄学因素导致的配置回滚
3. 其它bug修复以及优化
""".trimIndent()

android {
Expand Down

0 comments on commit 9c443d4

Please sign in to comment.