chore: v1.8.0-beta.12
Some checks failed
Build-Apk / build (push) Has been cancelled

close #704
This commit is contained in:
lisonge 2024-08-16 11:06:15 +08:00
parent 6f366f04ae
commit b712081721
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# v1.8.0-beta.11
# v1.8.0-beta.12
请注意这是一个测试版本(可能包含BUG), 正式版本暂时不会收到更新
@ -8,6 +8,12 @@
## 优化和修复
- 优化解析订阅相关JSON5文件的速度
- 修复自定义提示在某些机型无法消失的问题
- 修复界面记录在某些机型无法插入的问题
## v1.8.0-beta.11
- 更换应用图标, 应用图标适配深色/浅色主题
- 修复自定义提示在某些机型无法消失的问题

View File

@ -58,8 +58,8 @@ android {
targetSdk = project.properties["android_targetSdk"].toString().toInt()
applicationId = "li.songe.gkd"
versionCode = 39
versionName = "1.8.0-beta.11"
versionCode = 40
versionName = "1.8.0-beta.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {