Skip to content

Commit

Permalink
chore: v1.9.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 18, 2024
1 parent 7838d23 commit 18550a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# v1.9.1
# v1.9.2-beta.1

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

## 优化和修复

- 修改一些文案描述
- 修复 anyMatches 不生效的问题
- 修复节点缓存设置错误的问题
- 修复自动重启无障碍概率不成功的问题
- 修复某些设备应用列表显示不全的问题
- 优化关于界面布局
- 优化上传文件的逻辑
- 优化规则匹配逻辑
- 优化显示透明导航栏
- 修复HTTP服务启动失败的问题
- 其它优化和错误修复

## 通过以下任意方式更新
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 = 48
versionName = "1.9.1"
versionCode = 49
versionName = "1.9.2-beta.1"

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

0 comments on commit 18550a0

Please sign in to comment.