fix: 修改拍摄和自动捕捉界面主定位模式切换
This commit is contained in:
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user