Skip to content

Commit

Permalink
chore: v1.9.3-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 30, 2024
1 parent 708eda1 commit 9b93f8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# v1.9.2
# v1.9.3-beta.1

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

## 优化和修复

- 优化关于界面布局
- 优化上传文件的逻辑
- 优化规则匹配逻辑
- 优化显示透明导航栏
- 修复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 = 50
versionName = "1.9.2"
versionCode = 51
versionName = "1.9.3-beta.1"

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

0 comments on commit 9b93f8e

Please sign in to comment.