From bba07fe10a60fabaf266d9d0c0160e6db642e592 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Fri, 3 Jul 2020 10:05:09 +0800 Subject: [PATCH] opt --- 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 7f7cbd433d..ff6dadce58 100644 --- a/libraries/map-custom/build.gradle +++ b/libraries/map-custom/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation project(':foudations:mogo-commons') } - api 'com.zhidaoauto.machine:map:1.0.0-SNAPSHOT-106' + api 'com.zhidaoauto.machine:map:1.0.0-SNAPSHOT' } apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()