From ca496a0d4ecf65c0b0acc3365876119116424e95 Mon Sep 17 00:00:00 2001 From: jiaguofeng Date: Thu, 17 Aug 2023 17:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=A8=A1=E5=9D=97=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/mapmodule/build.gradle | 2 +- libraries/mogo-map/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/mapmodule/build.gradle b/libraries/mapmodule/build.gradle index ebf4a2fa69..2766bbb7d9 100644 --- a/libraries/mapmodule/build.gradle +++ b/libraries/mapmodule/build.gradle @@ -66,7 +66,7 @@ dependencies { implementation 'com.zhidaoauto.map:net:1.0.1' implementation 'com.zhidaoauto.machine:mapcore:3.0.0.5' - implementation 'com.zhidaoauto.machine:data:1.0.0.1' + implementation 'com.zhidaoauto.machine:mapdata:1.0.0.1' } diff --git a/libraries/mogo-map/build.gradle b/libraries/mogo-map/build.gradle index 641f30e323..4084036e48 100644 --- a/libraries/mogo-map/build.gradle +++ b/libraries/mogo-map/build.gradle @@ -53,7 +53,7 @@ dependencies { // 高精地图 // implementation rootProject.ext.dependencies.mogocustommap implementation project(':libraries:mapmodule') - implementation 'com.zhidaoauto.machine:data:1.0.0.1' + implementation 'com.zhidaoauto.machine:mapdata:1.0.0.1' // 高德地图 // api rootProject.ext.dependencies.amaplocation api rootProject.ext.dependencies.amapnavi3dmap