diff --git a/README-cn.md b/README-cn.md index 8a7ec664c..fe4b1c231 100644 --- a/README-cn.md +++ b/README-cn.md @@ -6,6 +6,7 @@ - 「[我的简书](http://www.jianshu.com/users/f958e66439f0/latest_articles)」 # BaseRecyclerViewAdapterHelper +![logo](http://upload-images.jianshu.io/upload_images/972352-1d77e0a75a4a7c0a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 一个强大并且灵活的RecyclerViewAdapter,欢迎使用。(喜欢的可以**Star**一下) #它能做什么?([下载 apk](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/raw/master/demo_res/demo.apk)) - **优化Adapter代码(减少百分之70%代码)** @@ -32,7 +33,7 @@ 然后在dependencies添加: ``` dependencies { - compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.7.0' + compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.7.2' } ``` diff --git a/README.md b/README.md index 5266aeee8..6501861b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # BaseRecyclerViewAdapterHelper([中文版文档](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/master/README-cn.md)) +![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**) #Features([download apk](https://github.com/CymChad/BaseRecyclerViewAdapterHelper/raw/master/demo_res/demo.apk)) @@ -27,7 +28,7 @@ Add it in your root build.gradle at the end of repositories: Add the dependency ``` dependencies { - compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.7.0' + compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.7.2' } ```