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 370807b commit 42a5b32Copy full SHA for 42a5b32
2 files changed
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# 更新内容
2
3
-- 修复部分 android14 调用接口失败
+- 修复副屏导致的状态异常
4
+- 修复轨迹服务导致某些应用无法使用
5
6
## 更新方式
7
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 = 88
73
- versionName = "1.12.0-beta.7"
+ versionCode = 89
+ versionName = "1.12.0-beta.8"
74
75
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
76
vectorDrawables {
0 commit comments