From 222aaaad62d501faf6cdfb6847e0936c6318f96f Mon Sep 17 00:00:00 2001 From: jiaguofeng Date: Thu, 6 Aug 2020 15:59:21 +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 3fef95b87a..4c42eec186 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-j10' + implementation 'com.zhidaoauto.machine:map:1.0.0-j11' } apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()