From 535c8211b4c517ef4ae0f7920295487e41ecc060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=B6=E9=A3=98=E8=88=9F?= Date: Wed, 7 Sep 2016 09:11:20 +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 e80585d..5c5fa7b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ allprojects { Step 2. 在你的model的build.gradle文件中增加LRecyclerView依赖。 ``` -compile 'com.github.jdsjlzx:LRecyclerView:1.0.9' +compile 'com.github.jdsjlzx:LRecyclerView:1.1.0' ``` LRecyclerView requires at minimum Java 7 or Android 4.0.