Skip to content

Commit 6d6d6c8

Browse files
authored
去除appcompat-v7在库中的引用
去除appcompat-v7在库中的引用
1 parent 859800c commit 6d6d6c8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,11 @@ step1:
2828
step2:
2929
-------
3030

31-
在module下的build.gradle中添加,由于库中使用的appcompat-v7是28.0.0,如果不一样则可能会冲突,所以在此添加exclude module: 'appcompat-v7'。
31+
在module下的build.gradle中添加
3232

3333
dependencies {
3434
35-
implementation ('com.github.wangfeng19930909:DragFloatingActionButton:v1.0.0'){
36-
37-
exclude module: 'appcompat-v7'
38-
39-
}
35+
implementation 'com.github.wangfeng19930909:DragFloatingActionButton:v1.0.0'
4036
4137
}
4238

0 commit comments

Comments
 (0)