File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ SmartRefreshLayout以打造一个强大,稳定,成熟的下拉刷新框架
120
120
[ 【V2.0.0】] ( https://github.com/scwang90/SmartRefreshLayout/tree/master#%E7%AE%80%E5%8D%95%E7%94%A8%E4%BE%8B ) 版本已经在开发,主要是对各个功能类进行分包,比如不用二级刷新就不依赖,避免代码冗余,欢迎大家来体验
121
121
122
122
```
123
- compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' //(1.0.5及以前版本的老用户升级需谨慎,API改动过大)
124
- compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //没有使用特殊Header,可以不加这行
123
+ implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' //(1.0.5及以前版本的老用户升级需谨慎,API改动过大)
124
+ implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //没有使用特殊Header,可以不加这行
125
125
126
126
```
127
127
如果使用 AndroidX 在 gradle.properties 中添加
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ main change is to subcontract SmartRefreshLayout to reduce unnecessary dependenc
103
103
welcome to experience.
104
104
105
105
```
106
- compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
107
- compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //If you use the special Header
106
+ implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
107
+ implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //If you use the special Header
108
108
```
109
109
If you use AndroidX, add it to gradle.properties
110
110
You can’t perform that action at this time.
0 commit comments