From 8f2c1b5d3cf7f528f64a1063129a3b9a7c917a96 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 29 Apr 2021 11:33:09 +0800 Subject: [PATCH] update map_version --- .idea/misc.xml | 2 +- libraries/map-custom/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 97b9126cee..97fd06fd66 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/libraries/map-custom/build.gradle b/libraries/map-custom/build.gradle index 8bdbd02da9..ea2b509a19 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.10' + implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.5.17' // implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4' }