Fix customer map load bug

This commit is contained in:
董宏宇
2021-07-01 13:30:49 +08:00
parent dc5bbb5d66
commit 16daed4fab

View File

@@ -38,7 +38,6 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation rootProject.ext.dependencies.androidxappcompat
implementation rootProject.ext.dependencies.arouter
implementation project(path: ':libraries:map-amap')
annotationProcessor rootProject.ext.dependencies.aroutercompiler
implementation rootProject.ext.dependencies.rxandroid
implementation rootProject.ext.dependencies.androidxconstraintlayout