chore: v1.9.0-beta.2
Some checks are pending
Build-Apk / build (push) Waiting to run

This commit is contained in:
lisonge 2024-10-20 00:27:06 +08:00
parent 24c57a81f3
commit 86bb3c3d25
2 changed files with 11 additions and 2 deletions

View File

@ -4,6 +4,15 @@
## 优化和修复
- 订阅字段新增 [forcedtime](https://gkd.li/api/interfaces/RawCommonProps#prioritytime) 和 [priorityActionMaximum](https://gkd.li/api/interfaces/RawCommonProps#priorityactionmaximum), 用于解决开屏类规则被其他规则阻塞, 无法及时执行的问题
- 优化运行一段时间后出现系统通知提示的问题
- 修复某些机型 java 方法 removeLast 报错不存在的问题
- 其它优化和错误修复
## 旧版本日志
## v1.9.0-beta.2
- 新增写入安全设置权限操作, 便捷控制无障碍开关以及无感保活
- 新增订阅字段 Postion 中 random 变量
- 新增订阅字段 excludeSnapshotUrls

View File

@ -58,8 +58,8 @@ android {
targetSdk = project.properties["android_targetSdk"].toString().toInt()
applicationId = "li.songe.gkd"
versionCode = 43
versionName = "1.9.0-beta.1"
versionCode = 44
versionName = "1.9.0-beta.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {