fix: 修改在线多线数据在点击开始采集后程序崩溃的问题,原因为未针对此类型数据为POIEntity赋代表点X和Y值

This commit is contained in:
2022-03-09 15:56:39 +08:00
parent 395e189ddc
commit af64163dff
5 changed files with 40 additions and 80 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.navinfo.outdoor"
minSdkVersion 22
targetSdkVersion 30
versionCode 13
versionName "8.220128"
versionCode 14
versionName "8.220308"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
@@ -97,7 +97,7 @@ dependencies {
//三级选择
implementation 'com.airsaid.library:pickerview:1.0.3'
//省市区 https://github.com/Bigkoo/Android-PickerView
compile 'com.contrarywind:Android-PickerView:4.1.6'
implementation 'com.contrarywind:Android-PickerView:4.1.6'
implementation 'com.contrarywind:Android-PickerView:4.1.8'
/*加载html
implementation 'com.github.sendtion:XRichText:1.9.4'