From bcc9e40d9ae61cd5c21cf9ceecbe78d1e5635723 Mon Sep 17 00:00:00 2001 From: jiaguofeng Date: Wed, 26 Aug 2020 14:30:39 +0800 Subject: [PATCH] fix bug --- 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 ee9fcf6220..85e0207f32 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-j24' + implementation 'com.zhidaoauto.machine:map:1.0.0-j26' } apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()