From c5ed8d4a8f693d88313791372f7fefc9add3a4f4 Mon Sep 17 00:00:00 2001 From: CymChad Date: Sun, 22 May 2016 14:52:12 +0800 Subject: [PATCH 1/4] Update README-cn.md --- README-cn.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-cn.md b/README-cn.md index 8a7ec664c..8676dc186 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%代码)** From 2d64ea68f8f36bc74dde4219d1f829a186f93f7d Mon Sep 17 00:00:00 2001 From: CymChad Date: Sun, 22 May 2016 14:53:28 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5266aeee8..01592e85b 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)) From 32d1c27409bb2bdfdb62d7956a22897b765f8fb5 Mon Sep 17 00:00:00 2001 From: CymChad Date: Tue, 24 May 2016 17:34:26 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01592e85b..6501861b6 100644 --- a/README.md +++ b/README.md @@ -28,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' } ``` From 5f0f525f0622df1dea40235af70e542d93a1b61f Mon Sep 17 00:00:00 2001 From: CymChad Date: Tue, 24 May 2016 17:34:56 +0800 Subject: [PATCH 4/4] Update README-cn.md --- README-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-cn.md b/README-cn.md index 8676dc186..fe4b1c231 100644 --- a/README-cn.md +++ b/README-cn.md @@ -33,7 +33,7 @@ 然后在dependencies添加: ``` dependencies { - compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.7.0' + compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.7.2' } ```