2
2
3
3
[ ![ License] ( https://img.shields.io/badge/License%20-Apache%202-337ab7.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
4
4
[ ![ Arsenal] ( https://img.shields.io/badge/Arsenal%20-%20SmartRefresh-4cae4c.svg )] ( https://android-arsenal.com/details/1/6001 )
5
- [ ![ JCenter] ( https://img.shields.io/badge/%20JCenter%20-2.0.2 -5bc0de.svg )] ( https://bintray.com/scwang90/maven/refresh-layout-kernel/_latestVersion )
5
+ [ ![ JCenter] ( https://img.shields.io/badge/%20JCenter%20-2.0.3 -5bc0de.svg )] ( https://bintray.com/scwang90/maven/refresh-layout-kernel/_latestVersion )
6
6
[ ![ MinSdk] ( https://img.shields.io/badge/%20MinSdk%20-%2012%2B%20-f0ad4e.svg )] ( https://android-arsenal.com/api?level=12 )
7
7
[ ![ Methods] ( https://img.shields.io/badge/Methods%20%7C%20Size%20-%20784%20%7C%20121%20KB-d9534f.svg )] ( http://www.methodscount.com/?lib=com.scwang.smartrefresh%3ASmartRefreshLayout%3A1.0.4 )
8
8
@@ -127,14 +127,14 @@ V2.x 相对于 V1.x 对包名做了修改如:com.scwang.smartrefresh 改为 co
127
127
compile 'com.android.support:appcompat-v7:25.3.1' //必须 25.3.1 以上
128
128
129
129
// 注意:分包之后不会有默认的Header和Footer需要手动添加!还是原来的三种方法!
130
- implementation 'com.scwang.smart:refresh-layout-kernel:2.0.2 ' //核心必须依赖
131
- implementation 'com.scwang.smart:refresh-header-classics:2.0.2 ' //经典刷新头
132
- implementation 'com.scwang.smart:refresh-header-radar:2.0.2 ' //雷达刷新头
133
- implementation 'com.scwang.smart:refresh-header-falsify:2.0.2 ' //虚拟刷新头
134
- implementation 'com.scwang.smart:refresh-header-material:2.0.2 ' //谷歌刷新头
135
- implementation 'com.scwang.smart:refresh-header-two-level:2.0.2 ' //二级刷新头
136
- implementation 'com.scwang.smart:refresh-footer-ball:2.0.2 ' //球脉冲加载
137
- implementation 'com.scwang.smart:refresh-footer-classics:2.0.2 ' //经典加载
130
+ implementation 'com.scwang.smart:refresh-layout-kernel:2.0.3 ' //核心必须依赖
131
+ implementation 'com.scwang.smart:refresh-header-classics:2.0.3 ' //经典刷新头
132
+ implementation 'com.scwang.smart:refresh-header-radar:2.0.3 ' //雷达刷新头
133
+ implementation 'com.scwang.smart:refresh-header-falsify:2.0.3 ' //虚拟刷新头
134
+ implementation 'com.scwang.smart:refresh-header-material:2.0.3 ' //谷歌刷新头
135
+ implementation 'com.scwang.smart:refresh-header-two-level:2.0.3 ' //二级刷新头
136
+ implementation 'com.scwang.smart:refresh-footer-ball:2.0.3 ' //球脉冲加载
137
+ implementation 'com.scwang.smart:refresh-footer-classics:2.0.3 ' //经典加载
138
138
139
139
140
140
```
@@ -151,14 +151,14 @@ android.enableJetifier=true
151
151
```
152
152
implementation 'androidx.appcompat:appcompat:1.0.0' //必须 1.0.0 以上
153
153
154
- implementation 'com.scwang.smart:refresh-layout-kernel:2.0.2 ' //核心必须依赖
155
- implementation 'com.scwang.smart:refresh-header-classics:2.0.2 ' //经典刷新头
156
- implementation 'com.scwang.smart:refresh-header-radar:2.0.2 ' //雷达刷新头
157
- implementation 'com.scwang.smart:refresh-header-falsify:2.0.2 ' //虚拟刷新头
158
- implementation 'com.scwang.smart:refresh-header-material:2.0.2 ' //谷歌刷新头
159
- implementation 'com.scwang.smart:refresh-header-two-level:2.0.2 ' //二级刷新头
160
- implementation 'com.scwang.smart:refresh-footer-ball:2.0.2 ' //球脉冲加载
161
- implementation 'com.scwang.smart:refresh-footer-classics:2.0.2 ' //经典加载
154
+ implementation 'com.scwang.smart:refresh-layout-kernel:2.0.3 ' //核心必须依赖
155
+ implementation 'com.scwang.smart:refresh-header-classics:2.0.3 ' //经典刷新头
156
+ implementation 'com.scwang.smart:refresh-header-radar:2.0.3 ' //雷达刷新头
157
+ implementation 'com.scwang.smart:refresh-header-falsify:2.0.3 ' //虚拟刷新头
158
+ implementation 'com.scwang.smart:refresh-header-material:2.0.3 ' //谷歌刷新头
159
+ implementation 'com.scwang.smart:refresh-header-two-level:2.0.3 ' //二级刷新头
160
+ implementation 'com.scwang.smart:refresh-footer-ball:2.0.3 ' //球脉冲加载
161
+ implementation 'com.scwang.smart:refresh-footer-classics:2.0.3 ' //经典加载
162
162
163
163
```
164
164
0 commit comments