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' }