We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade5ace commit 78d1607Copy full SHA for 78d1607
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# 更新内容
2
3
-- 修复应用规则列表筛选不生效
+- 修复部分 android14 调用接口失败
4
5
## 更新方式
6
app/build.gradle.kts
@@ -69,8 +69,8 @@ android {
69
targetSdk = rootProject.ext["android.targetSdk"] as Int
70
71
applicationId = "li.songe.gkd"
72
- versionCode = 87
73
- versionName = "1.12.0-beta.6"
+ versionCode = 88
+ versionName = "1.12.0-beta.7"
74
75
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
76
vectorDrawables {
0 commit comments