Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Release 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed May 6, 2023
1 parent b48ae31 commit 7b88038
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

v4.1.2

* 修复了单id进入教务相关时崩溃的bug
* 更新依赖
* 常规优化

---

v4.1.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.1.1"
val baseVersionName = "4.1.2"
val commitsCount by lazy { "git rev-list --count HEAD".exec().toInt() }

android {
Expand Down

0 comments on commit 7b88038

Please sign in to comment.