Skip to content

Commit 78d1607

Browse files
committed
chore: v1.12.0-beta.7
1 parent ade5ace commit 78d1607

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 更新内容
22

3-
- 修复应用规则列表筛选不生效
3+
- 修复部分 android14 调用接口失败
44

55
## 更新方式
66

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ android {
6969
targetSdk = rootProject.ext["android.targetSdk"] as Int
7070

7171
applicationId = "li.songe.gkd"
72-
versionCode = 87
73-
versionName = "1.12.0-beta.6"
72+
versionCode = 88
73+
versionName = "1.12.0-beta.7"
7474

7575
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
7676
vectorDrawables {

0 commit comments

Comments
 (0)