fix: 充电站充电桩数据挂接错误的问题,修改金融机构表,修改其他bug

This commit is contained in:
2022-04-18 15:19:55 +08:00
parent ed5604f4bb
commit 496527e8e0
19 changed files with 742 additions and 255 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.navinfo.outdoor"
minSdkVersion 22
targetSdkVersion 30
versionCode 16
versionName "8.220310"
versionCode 19
versionName "8.220414"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
@@ -83,7 +83,6 @@ dependencies {
implementation 'com.lzy.net:okgo:3.0.4'
implementation 'com.google.code.gson:gson:2.8.5'
//retrofit+rxJava
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
@@ -95,10 +94,8 @@ dependencies {
//EventBus
implementation 'org.greenrobot:eventbus:3.1.1'
//三级选择
implementation 'com.airsaid.library:pickerview:1.0.3'
//省市区 https://github.com/Bigkoo/Android-PickerView
implementation 'com.contrarywind:Android-PickerView:4.1.6'
implementation 'com.contrarywind:Android-PickerView:4.1.8'
implementation 'com.contrarywind:Android-PickerView:4.1.9'
/*加载html
implementation 'com.github.sendtion:XRichText:1.9.4'
*/