From 70c869c7b7ea22185bcc3f8dd60ff74871488aca Mon Sep 17 00:00:00 2001 From: JessYan Date: Tue, 24 Jul 2018 17:12:18 +0800 Subject: [PATCH] Remove support-design on arms --- arms/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arms/build.gradle b/arms/build.gradle index d16277e..3cb69bb 100644 --- a/arms/build.gradle +++ b/arms/build.gradle @@ -34,11 +34,6 @@ dependencies { exclude module: 'support-annotations' exclude module: 'support-v4' } - api(rootProject.ext.dependencies["design"]) { - exclude module: 'support-annotations' - exclude module: 'appcompat-v7' - exclude module: 'support-v4' - } api rootProject.ext.dependencies["annotations"] //view -- GitLab