From 1dd4a74e67ee945509f65573a221e3e39f7d9e67 Mon Sep 17 00:00:00 2001 From: jiaguofeng Date: Mon, 3 Aug 2020 17:16:34 +0800 Subject: [PATCH] build com.zhidaoauto.machine:map:1.0.0-j5 --- 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 16238e297d..2ea1638b11 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-j4' + implementation 'com.zhidaoauto.machine:map:1.0.0-j5' } apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()