Skip to content

Commit 3ad8c6e

Browse files
committed
chore: v1.11.0-beta.4
1 parent 6135aea commit 3ad8c6e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# v1.11.0-beta.3
1+
# v1.11.0-beta.4
22

33
以下是本次更新的主要内容
44

55
## 优化和修复
66

7-
- 修复某些设备应用列表加载失败
7+
- 优化视力障碍用户体验
8+
- 优化悬浮窗内可点击图标关闭
9+
- 优化应用列表中禁用应用的显示
10+
- 修复选择器 isMatchRoot 不生效的问题
11+
- 修复从通知栏打开应用时报错的问题
12+
- 其他优化和修复
813

914
## 更新方式
1015

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ android {
6666
targetSdk = rootProject.ext["android.targetSdk"] as Int
6767

6868
applicationId = "li.songe.gkd"
69-
versionCode = 69
70-
versionName = "1.11.0-beta.3"
69+
versionCode = 70
70+
versionName = "1.11.0-beta.4"
7171

7272
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
7373
vectorDrawables {

0 commit comments

Comments
 (0)