Skip to content

Commit

Permalink
Release 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed May 23, 2023
1 parent df8380f commit 6fb3a72
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.1.5

* 因为虚拟卡检测是否已使用的API变更,暂时关闭检查
* 优化更新文本显示
* 更新依赖
* 常规优化

---

v4.1.4

* 现在会单独显示新出的成绩
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.4"
val baseVersionName = "4.1.5"
val commitsCount by lazy { "git rev-list --count HEAD".exec().toInt() }

android {
Expand Down

0 comments on commit 6fb3a72

Please sign in to comment.