Skip to content

Commit c908484

Browse files
committed
docs: v1.6.1
# 交大自由行 v1.6.1 ## ✨内容更新✨ * 支持更精细的成绩、作业筛选功能 * 多个页面新增了“快速置顶”的按钮 ## 🛠️bug修复🛠️ * 修复了当前无法正确显示余额等基本信息的问题 * 修复了异常成绩值错误参与均分计算的问题 * 对“缓考”情况添加了不计入计算的特判,修复了相关计算逻辑
1 parent 42f1d57 commit c908484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "team.bjtuss.bjtuselfservice"
1616
minSdk = 28
1717
targetSdk = 34
18-
versionCode = 6
19-
versionName = "v1.6.0"
18+
versionCode = 7
19+
versionName = "v1.6.1"
2020

2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
}

0 commit comments

Comments
 (0)