version:6.8

fix:
update:修改主页健康码为应用,拨号增加系统拨号
This commit is contained in:
2022-12-12 16:43:19 +08:00
parent a25e240287
commit 64ef99ba10
26 changed files with 696 additions and 91 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.uiui.aios"
minSdkVersion 24
targetSdkVersion 29
versionCode 56
versionName "6.5"
versionCode 59
versionName "6.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -127,6 +127,9 @@ android {
}
}
}
manifestPlaceholders = [
Baidu_AK: "ZauKWLbO0AfHSgR2j3unMkP0MwbBZHxO"
]
}
release {
@@ -151,6 +154,9 @@ android {
}
}
}
manifestPlaceholders = [
Baidu_AK: "ZauKWLbO0AfHSgR2j3unMkP0MwbBZHxO"
]
}
}
}