Skip to content

Commit

Permalink
去除appcompat-v7在库中的引用
Browse files Browse the repository at this point in the history
去除appcompat-v7在库中的引用
  • Loading branch information
Winstonokk authored Dec 5, 2018
1 parent 859800c commit 6d6d6c8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 6d6d6c8

Please sign in to comment.