From e71d54ac669969ba835219a7271d2e234ac7ee6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=B6=E9=A3=98=E8=88=9F?= Date: Tue, 13 Nov 2018 10:53:57 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91988a8..8ce490f 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,14 @@ allprojects { Step 2. 在你的module的build.gradle文件中增加LRecyclerView依赖。 ```groovy -compile 'com.github.jdsjlzx:LRecyclerView:1.5.1' +compile 'com.github.jdsjlzx:LRecyclerView:1.5.4.2' ``` LRecyclerView requires at minimum Java 7 or Android 4.0. ## JavaDoc -https://jitpack.io/com/github/jdsjlzx/LRecyclerView/1.5.1/javadoc/ +https://jitpack.io/com/github/jdsjlzx/LRecyclerView/1.5.4.2/javadoc/ ##项目简述 1. 下拉刷新、滑动到底部自动加载下页数据;