diff --git a/app/build.gradle b/app/build.gradle index 61aaeb3c77..ee077f68b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -209,7 +209,8 @@ dependencies { // releaseImplementation rootProject.ext.dependencies.releaseleakcanary implementation rootProject.ext.dependencies.android_start_up implementation rootProject.ext.dependencies.lancetx_runtime - implementation rootProject.ext.dependencies.mogocustommap +// implementation rootProject.ext.dependencies.mogocustommap + implementation project(':libraries:mapmodule') implementation project(':core:function-impl:mogo-core-function-startup') implementation project(':core:function-impl:mogo-core-function-devatools') diff --git a/core/function-impl/mogo-core-function-map/build.gradle b/core/function-impl/mogo-core-function-map/build.gradle index d379ebd5d5..b89e18ba7c 100644 --- a/core/function-impl/mogo-core-function-map/build.gradle +++ b/core/function-impl/mogo-core-function-map/build.gradle @@ -61,7 +61,8 @@ dependencies { exclude group: 'com.zhidaoauto.machine', module: 'map' } - implementation rootProject.ext.dependencies.mogocustommap +// implementation rootProject.ext.dependencies.mogocustommap + implementation project(':libraries:mapmodule') implementation rootProject.ext.dependencies.amapnavi3dmap implementation rootProject.ext.dependencies.androidxroomruntime