From 610e7d56cf0fcd4424961deb2ad5765839bf04b3 Mon Sep 17 00:00:00 2001 From: tongchenfei Date: Tue, 16 Mar 2021 17:24:28 +0800 Subject: [PATCH] opt custom map version --- 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 91edd9eee5..3703d9b347 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.3.5' + implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.3.6' // implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4' }