version:1.2.2

fix:
update:增加报错
This commit is contained in:
2023-12-21 10:19:22 +08:00
parent b117888f87
commit 86986c8d58
4 changed files with 33 additions and 9 deletions

View File

@@ -50,8 +50,8 @@ android {
minSdkVersion 26
targetSdkVersion 28
versionCode 22
versionName "1.2.1"
versionCode 23
versionName "1.2.2"
ndk {
//选择要添加的对应 cpu 类型的 .so 库。
@@ -59,11 +59,6 @@ android {
// 还可以添加 'x86', 'x86_64', 'mips', 'mips64'
}
manifestPlaceholders = [
XG_ACCESS_ID : "1500026378",
XG_ACCESS_KEY: "AH5QD9ZMBJ6R",
]
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}