Skip to content

Commit e89adfb

Browse files
committed
bump version to 3.0.22
1 parent 682687d commit e89adfb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ 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.21"
40+
val appVerName: String = "3.0.22"
4141
val updateLog = """
42-
1. 修复误判 ilink 进程的导致的插件进程崩溃
43-
2. 更换配置存储方式,避免由于玄学因素导致的配置回滚
44-
3. 其它bug修复以及优化
42+
1. 修复获取网络时间异常导致签到时间为 1970 年的 bug
43+
2. 优化配置加载
44+
3. 替换更新网盘链接为 123 盘
45+
4. 更新内置配置文件为 v43
4546
""".trimIndent()
4647

4748
android {

0 commit comments

Comments
 (0)