完成所在地区的弹窗

This commit is contained in:
wds
2021-06-03 18:15:05 +08:00
parent 3242c4861d
commit a2304731c3
34 changed files with 19748 additions and 457 deletions

View File

@@ -6,7 +6,7 @@ android {
// ndkVersion '23.0.7123448'
defaultConfig {
applicationId "com.example.myapplication"
applicationId "com.navinfo.outdoor"
minSdkVersion 23
targetSdkVersion 30
versionCode 1
@@ -21,6 +21,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
@@ -65,6 +66,9 @@ dependencies {
implementation 'org.greenrobot:eventbus:3.1.1'
//三级选择
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.8'
/* //加载html
implementation 'com.github.sendtion:XRichText:1.9.4'*/
//加载图片的依赖包
@@ -74,4 +78,5 @@ dependencies {
//xRecyclerview下拉刷新控件
implementation project(':xrecyclerview')
}