diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 02988536df..aa2562d834 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -22,7 +22,6 @@
-
diff --git a/app/functions/basedmap.gradle b/app/functions/basedmap.gradle
index 0635a537fa..c60d6e5c05 100644
--- a/app/functions/basedmap.gradle
+++ b/app/functions/basedmap.gradle
@@ -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')
}
}
\ No newline at end of file
diff --git a/map-upload.sh b/map-upload.sh
index f80756c24a..e212c5d52e 100755
--- a/map-upload.sh
+++ b/map-upload.sh
@@ -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
diff --git a/settings.gradle b/settings.gradle
index 16050fd433..75fcc409f7 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -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'