解除高德地图模块依赖关系

This commit is contained in:
董宏宇
2021-09-06 21:01:40 +08:00
parent abc1b1a160
commit 7faa54ee97
4 changed files with 3 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ project.dependencies {
fPadLenovoOchTaxiImplementation rootProject.ext.dependencies.mapcustom
fPadLenovoOchBusImplementation rootProject.ext.dependencies.mapcustom
f8AmapImplementation rootProject.ext.dependencies.mapamap
//f8AmapImplementation rootProject.ext.dependencies.mapamap
} else {
f8xxImplementation project(':libraries:map-custom')
@@ -23,6 +23,6 @@ project.dependencies {
fPadLenovoOchTaxiImplementation project(':libraries:map-custom')
fPadLenovoOchBusImplementation project(':libraries:map-custom')
f8AmapImplementation project(':libraries:map-amap')
//f8AmapImplementation project(':libraries:map-amap')
}
}