From 2b970f28be29c1b54e49b358d20efdc265a0775f Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Fri, 24 Jul 2020 13:08:20 +0800 Subject: [PATCH] opt --- libraries/map-custom/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libraries/map-custom/build.gradle b/libraries/map-custom/build.gradle index edcd8863f0..b468470aeb 100644 --- a/libraries/map-custom/build.gradle +++ b/libraries/map-custom/build.gradle @@ -55,7 +55,10 @@ dependencies { implementation project(':foudations:mogo-commons') } - api 'com.zhidaoauto.machine:map:1.0.0-SNAPSHOT' + api 'com.zhidaoauto.machine:map:1.0.0-SNAPSHOT', { + exclude group: 'io.netty', module: 'netty-buffer' + exclude group: 'io.netty', module: 'netty-common' + } } apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()