From 34d01f136d32cc8a121110b73fa10c800ecbcdf3 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Fri, 4 Jun 2021 17:29:34 +0800 Subject: [PATCH] upgrade the map version to 8.5.44 --- 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 c18960aa5d..f3410ff59f 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.43' + implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.5.44' // implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4' }