From b1a92fb0aaea084a443f22be56aae6edce7ed550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Thu, 29 Oct 2020 20:09:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E7=BA=A7=E8=87=AA=E7=A0=94=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=EF=BC=8C=E5=9B=A0=E4=B8=BA=E4=B8=80=E7=9B=B4=E5=B4=A9?= =?UTF-8?q?=E6=BA=83?= 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 059edd3cad..2a4d16460d 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-online-28' + implementation 'com.zhidaoauto.machine:map:1.0.0-online-27' } apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()