From 7dae21e1f8d38096e7be8fc4ebdf96d9e699a471 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 29 Apr 2021 13:56:20 +0800 Subject: [PATCH] update map version to 8.5.19 --- .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 97fd06fd66..733acb1920 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 ea2b509a19..51c5d0954f 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.17' + implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.5.19' // implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4' }