Skip to content

Commit 8b316a2

Browse files
committed
chore: v1.8.0-beta.13
1 parent 42a849c commit 8b316a2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v1.8.0-beta.12
1+
# v1.8.0-beta.13
22

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

@@ -8,6 +8,12 @@
88

99
## 优化和修复
1010

11+
- 新增更新渠道, 可以在应用内更新测试版
12+
- 优化限制界面切换速度
13+
- 优化文件上传方式, 关闭旧版上传接口
14+
15+
## v1.8.0-beta.12
16+
1117
- 优化解析订阅相关JSON5文件的速度
1218
- 修复自定义提示在某些机型无法消失的问题
1319
- 修复界面记录在某些机型无法插入的问题

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ android {
5757
targetSdk = project.properties["android_targetSdk"].toString().toInt()
5858

5959
applicationId = "li.songe.gkd"
60-
versionCode = 40
61-
versionName = "1.8.0-beta.12"
60+
versionCode = 41
61+
versionName = "1.8.0-beta.13"
6262

6363
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
6464
vectorDrawables {

0 commit comments

Comments
 (0)