Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrme2014 authored Oct 12, 2017
1 parent 4e31c31 commit 3f3286e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ ItemTouchHelper修改源码实现非侵入式侧滑菜单,长按拖拽

#集成依赖:
```java
step 1.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
repositories {
maven { url 'https://jitpack.io' }
}
}
step 2.
dependencies {
compile 'com.github.mrme2014:ItemTouchHelper:v1.0'
}
Expand Down

0 comments on commit 3f3286e

Please sign in to comment.