chore: v1.12.0-beta.3

This commit is contained in:
二刺螈
2026-04-20 11:56:40 +08:00
parent 4cd0209507
commit 2f738b7148
2 changed files with 4 additions and 7 deletions

View File

@@ -1,10 +1,7 @@
# 更新内容
- 优化位置字段定位组合方式
- 修复位置字段 screenHeight/screenWidth 不生效
- 修复滑动触发异常
- 修复某些设备无法访问外置目录
- 修复某些页面滑动状态异常重置
- 优化无网络环境下提示
- 优化添加或编辑规则时自动设置 key
## 更新方式

View File

@@ -69,8 +69,8 @@ android {
targetSdk = rootProject.ext["android.targetSdk"] as Int
applicationId = "li.songe.gkd"
versionCode = 83
versionName = "1.12.0-beta.2"
versionCode = 84
versionName = "1.12.0-beta.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {