Skip to content

Commit

Permalink
1.修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxukui committed Jul 11, 2018
1 parent 644e3ca commit eeb41fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# TSmartRefresh

## Gradle
```groovy
dependencies {
// 必须
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.github.tomxukui:TSmartRefresh:1.0.0'
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-11'
// 可选
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-11'
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.38'
}
```

0 comments on commit eeb41fd

Please sign in to comment.