Skip to content

Commit 0645b11

Browse files
committed
chore: v1.8.0-beta.12
close #704
1 parent cfa3b5c commit 0645b11

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.11
1+
# v1.8.0-beta.12
22

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

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

99
## 优化和修复
1010

11+
- 优化解析订阅相关JSON5文件的速度
12+
- 修复自定义提示在某些机型无法消失的问题
13+
- 修复界面记录在某些机型无法插入的问题
14+
15+
## v1.8.0-beta.11
16+
1117
- 更换应用图标, 应用图标适配深色/浅色主题
1218
- 修复自定义提示在某些机型无法消失的问题
1319

app/build.gradle.kts

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

6060
applicationId = "li.songe.gkd"
61-
versionCode = 39
62-
versionName = "1.8.0-beta.11"
61+
versionCode = 40
62+
versionName = "1.8.0-beta.12"
6363

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

0 commit comments

Comments
 (0)