From 8ea757a161e1a54eb946c76e6eec1d640f63bc70 Mon Sep 17 00:00:00 2001 From: jiaguofeng Date: Tue, 1 Sep 2020 16:38:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=87=AA=E8=BD=A6=E6=96=B9=E5=90=91?= =?UTF-8?q?=E5=92=8C=E5=9C=B0=E5=9B=BE=E6=8A=96=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 3637f1c550..4f56ed4ec3 100644 --- a/libraries/map-custom/build.gradle +++ b/libraries/map-custom/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation project(':foudations:mogo-commons') } - implementation 'com.zhidaoauto.machine:map:1.0.0-j33' + implementation 'com.zhidaoauto.machine:map:1.0.0-j34' } apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()