Skip to content

Commit

Permalink
chore: v1.8.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Aug 20, 2024
1 parent 9e0c811 commit 9a4d1a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.8.0-beta.12
# v1.8.0-beta.13

请注意这是一个测试版本(可能包含BUG), 正式版本暂时不会收到更新

Expand All @@ -8,6 +8,12 @@

## 优化和修复

- 新增更新渠道, 可以在应用内更新测试版
- 优化限制界面切换速度
- 优化文件上传方式, 关闭旧版上传接口

## v1.8.0-beta.12

- 优化解析订阅相关JSON5文件的速度
- 修复自定义提示在某些机型无法消失的问题
- 修复界面记录在某些机型无法插入的问题
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {
targetSdk = project.properties["android_targetSdk"].toString().toInt()

applicationId = "li.songe.gkd"
versionCode = 40
versionName = "1.8.0-beta.12"
versionCode = 41
versionName = "1.8.0-beta.13"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 9a4d1a9

Please sign in to comment.