From df99810fdfdb72e3bcfecdf0d9d165211e7a1bc0 Mon Sep 17 00:00:00 2001 From: yangjie <168149434@qq.com> Date: Tue, 18 Mar 2025 08:37:24 +0800 Subject: [PATCH] chore: update dependencies in build.gradle --- android/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 6a6f8c6..a8d7e32 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,7 +34,8 @@ android { } dependencies { - implementation 'com.amap.api:3dmap-location-search:10.1.200_loc6.4.9_sea9.7.4' +// implementation 'com.amap.api:3dmap-location-search:10.1.200_loc6.4.9_sea9.7.4' + implementation 'com.amap.api:navi-3dmap:latest.integration' implementation 'androidx.annotation:annotation:1.9.1' }