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

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

1
.idea/gradle.xml generated
View File

@@ -22,7 +22,6 @@
<option value="$PROJECT_DIR$/foudations/mogo-commons" />
<option value="$PROJECT_DIR$/foudations/mogo-utils" />
<option value="$PROJECT_DIR$/libraries" />
<option value="$PROJECT_DIR$/libraries/map-amap" />
<option value="$PROJECT_DIR$/libraries/map-autonavi" />
<option value="$PROJECT_DIR$/libraries/map-custom" />
<option value="$PROJECT_DIR$/libraries/mogo-map" />

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')
}
}

View File

@@ -1,5 +1,5 @@
#!/bin/bash
./gradlew :libraries:mogo-map-api:clean :libraries:mogo-map-api:uploadArchives
./gradlew :libraries:map-amap:clean :libraries:map-amap:uploadArchives
#./gradlew :libraries:map-amap:clean :libraries:map-amap:uploadArchives
./gradlew :libraries:mogo-map:clean :libraries:mogo-map:uploadArchives

View File

@@ -39,7 +39,6 @@ include ':modules:mogo-module-share'
include ':modules:mogo-module-service'
include ':modules:mogo-module-back'
include ':modules:mogo-module-authorize'
include ':libraries:map-amap'
include ':libraries:map-custom'
include ':libraries:mogo-map-api'
include ':modules:mogo-module-apps'