From bba7aa4ad6bc6356a544accf7188132fa65ac1c9 Mon Sep 17 00:00:00 2001 From: Gentrio Date: Fri, 23 Mar 2018 10:34:09 +0800 Subject: [PATCH] Update README.md version 1.0.5-1 not found at jcenter . but find version 1.0.5.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c5a39b4..13f06e1c 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,9 @@ compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-1' compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-1'//没有使用特殊Header,可以不加这行 compile 'com.android.support:appcompat-v7:25.3.1'//版本 23以上(必须) -//1.0.5 当1.1.0出现问题可以回退到1.0.5-1 -compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.5-1' -compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.5-1'//没有使用特殊Header,可以不加这行 +//1.0.5 当1.1.0出现问题可以回退到1.0.5.1 +compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.5.1' +compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.5.1'//没有使用特殊Header,可以不加这行 compile 'com.android.support:appcompat-v7:25.3.1'//版本 23以上(必须) compile 'com.android.support:design:25.3.1'//版本随意(非必须,引用可以解决无法预览问题) ```