Skip to content

Commit

Permalink
chore: v1.8.0-beta.12
Browse files Browse the repository at this point in the history
close #704
  • Loading branch information
lisonge committed Aug 16, 2024
1 parent 6f366f0 commit b712081
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.8.0-beta.11
# v1.8.0-beta.12

请注意这是一个测试版本(可能包含BUG), 正式版本暂时不会收到更新

Expand All @@ -8,6 +8,12 @@

## 优化和修复

- 优化解析订阅相关JSON5文件的速度
- 修复自定义提示在某些机型无法消失的问题
- 修复界面记录在某些机型无法插入的问题

## v1.8.0-beta.11

- 更换应用图标, 应用图标适配深色/浅色主题
- 修复自定义提示在某些机型无法消失的问题

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b712081

Please sign in to comment.