Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
elfman committed Jun 24, 2016
2 parents 927b3e6 + 4e67aef commit 4dc88fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# BaseRecyclerViewAdapterHelper
![logo](http://upload-images.jianshu.io/upload_images/972352-1d77e0a75a4a7c0a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
一个强大并且灵活的RecyclerViewAdapter,欢迎使用。(喜欢的可以**Star**一下)
## Goolge Play Demo
## Google Play Demo

[![Get it on Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.chad.baserecyclerviewadapterhelper)
#它能做什么?([下载 apk](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/raw/master/demo_res/demo.apk)
Expand All @@ -35,7 +35,7 @@
然后在dependencies添加:
```
dependencies {
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.8.2'
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.8.4'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Paste_Image.png](http://upload-images.jianshu.io/upload_images/972352-1d77e0a75a4a7c0a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
Powerful and flexible RecyclerAdapter
Please feel free to use this.(Love can be a **Star**)
## Goolge Play Demo
## Google Play Demo

[![Get it on Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.chad.baserecyclerviewadapterhelper)
#Features([download apk](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/raw/master/demo_res/demo.apk)
Expand Down Expand Up @@ -31,7 +31,7 @@ allprojects {
Add the dependency
```groovy
dependencies {
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.8.2'
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.8.4'
}
```

Expand Down

0 comments on commit 4dc88fb

Please sign in to comment.