From db342e0bfc0a20a7819b856af72bd0aaa196c494 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Tue, 22 Aug 2023 16:15:22 +0800 Subject: [PATCH] [3.4.0-map-sdk]wait --- app/build.gradle | 3 ++- core/function-impl/mogo-core-function-map/build.gradle | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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