fix: 修改在线多线数据在点击开始采集后程序崩溃的问题,原因为未针对此类型数据为POIEntity赋代表点X和Y值
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user