From 6cd1ef497132c65d3f6a3368d8091930ef4c930f Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 3 Jun 2021 22:19:29 +0800 Subject: [PATCH] update map version to 8.5.43 --- 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 6649dd1376..c18960aa5d 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.42' + implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.5.43' // implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4' }