From 2132e2b156d6f0c15411af892a16aeb76b09c8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=87=E6=98=8E?= Date: Wed, 13 Jul 2016 15:47:41 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f64ad97a..527130675 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ allprojects { Add the dependency ```groovy dependencies { - compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.8.8' + compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.9.0' } ```