From aea4664a36fe64935e20f7cd7b30a01cf5305193 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Fri, 23 Apr 2021 18:41:52 +0800 Subject: [PATCH] update custom-map version to 8.5.10 --- libraries/map-custom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/map-custom/build.gradle b/libraries/map-custom/build.gradle index 100719db8c..8bdbd02da9 100644 --- a/libraries/map-custom/build.gradle +++ b/libraries/map-custom/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation project(':foudations:mogo-commons') } - implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.5.8' + implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.5.10' // implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4' }