Skip to content

Commit

Permalink
Release 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Jun 26, 2023
1 parent 805004f commit 44544cf
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.2

* Target API 34
* 现在查看成绩会提示未评教科目
* 更新依赖
* 常规优化

---

v4.2.1

* 修复了晚上程序会一直卡在一个地方的bug
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.2.1"
val baseVersionName = "4.2.2"
val commitsCount by lazy { "git rev-list --count HEAD".exec().toInt() }

android {
Expand Down

0 comments on commit 44544cf

Please sign in to comment.