From 6d6d6c8f29e3ebde6abc1bb786650fb1279b9008 Mon Sep 17 00:00:00 2001 From: BarnettWong <1300497680@qq.com> Date: Wed, 5 Dec 2018 09:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4appcompat-v7=E5=9C=A8?= =?UTF-8?q?=E5=BA=93=E4=B8=AD=E7=9A=84=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去除appcompat-v7在库中的引用 --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a50d3ed..ed43c72 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,11 @@ step1: step2: ------- -在module下的build.gradle中添加,由于库中使用的appcompat-v7是28.0.0,如果不一样则可能会冲突,所以在此添加exclude module: 'appcompat-v7'。 +在module下的build.gradle中添加: dependencies { - implementation ('com.github.wangfeng19930909:DragFloatingActionButton:v1.0.0'){ - - exclude module: 'appcompat-v7' - - } + implementation 'com.github.wangfeng19930909:DragFloatingActionButton:v1.0.0' }