Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoshuai904 committed Mar 3, 2021
1 parent 47ac20b commit 75982e6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,25 @@ LinkageRecyclerView中内置多种常见样式的多级联动。可自定义Adap

![show_01](/screens/show_01.png)

### 快速使用

**Step 1.** Add it in your root build.gradle at the end of repositories:

```groovy
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```

**Step 2.** Add the dependency

```groovy
dependencies {
implementation 'com.github.shaoshuai904:LinkageRecyclerView:1.0.0'
}
```

### MultiLevelRecyclerView

Expand Down

0 comments on commit 75982e6

Please sign in to comment.