fix: 修改拍摄和自动捕捉界面主定位模式切换

This commit is contained in:
2023-01-10 17:35:29 +08:00
parent 8b8866d3fb
commit bd22ede488
18 changed files with 160 additions and 36 deletions

View File

@@ -15,6 +15,11 @@ android {
versionCode 41
versionName "8.230109"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
// 设置支持的SO库架构开发者可以根据需要选择一个或多个平台的so
abiFilters "armeabi", "armeabi-v7a", "arm64-v8a"
}
}
lintOptions {
checkReleaseBuilds false
@@ -170,4 +175,6 @@ dependencies {
// implementation 'com.github.JiongBull:jlog-storage-qiniu:0.1.0'
// https://github.com/elvishew/xLog/blob/master/README_ZH.md 日志记录
implementation 'com.elvishew:xlog:1.10.1'
// // 百度定位
// implementation 'com.baidu.lbsyun:BaiduMapSDK_Location:9.3.7'
}