Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Jun 5, 2023
1 parent 4298f3c commit 56fef08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

v4.2.0

* 修复了晚上程序会一直卡在一个地方的bug
* 优化架构
* 更新依赖
* 常规优化

---

v4.1.8

* 优化安装包大小
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("org.jetbrains.kotlin.android")
}

val baseVersionName = "4.1.8"
val baseVersionName = "4.2.0"
val commitsCount by lazy { "git rev-list --count HEAD".exec().toInt() }

android {
Expand Down

0 comments on commit 56fef08

Please sign in to comment.