diff --git a/README.md b/README.md index a2ad7f98..13f06e1c 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ 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 +//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以上(必须)