完成批量领取,修改点位压盖

This commit is contained in:
wangdongsheng
2021-09-08 18:34:20 +08:00
parent c45468154a
commit 6f8b730b40
10 changed files with 726 additions and 176 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
ndkVersion '23.0.7123448'
// ndkVersion '23.0.7123448'
defaultConfig {
applicationId "com.navinfo.outdoor"
@@ -96,7 +96,7 @@ dependencies {
//省市区 https://github.com/Bigkoo/Android-PickerView
compile 'com.contrarywind:Android-PickerView:4.1.6'
implementation 'com.contrarywind:Android-PickerView:4.1.8'
/* //加载html
/* //加载html
implementation 'com.github.sendtion:XRichText:1.9.4'*/
//加载图片的依赖包
implementation 'com.github.bumptech.glide:glide:4.8.0'