Skip to content

Commit a3737af

Browse files
committed
chore: v1.11.2
1 parent 7a9bef7 commit a3737af

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# v1.11.1
1+
# v1.11.2
22

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

55
## 优化和修复
66

7-
- 修复规则状态异常导致重复执行
7+
- 修复某些设备上获取应用列表失败
8+
- 修复首页最近记录文本过长显示效果
9+
- 修复执行内置脚本失败
10+
- 变更应用列表白名单为默认显示
811

912
## 更新方式
1013

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 = 75
70-
versionName = "1.11.1"
69+
versionCode = 76
70+
versionName = "1.11.2"
7171

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

0 commit comments

Comments
 (0)