Skip to content

Commit bc0231c

Browse files
committed
1.准备添加 1.0.0 tag
1 parent d14ebca commit bc0231c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ SmartRefreshLayout以打造一个强大,稳定,成熟的下拉刷新框架
120120
[【V2.0.0】](https://github.com/scwang90/SmartRefreshLayout/tree/master#%E7%AE%80%E5%8D%95%E7%94%A8%E4%BE%8B) 版本已经在开发,主要是对各个功能类进行分包,比如不用二级刷新就不依赖,避免代码冗余,欢迎大家来体验
121121

122122
```
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,可以不加这行
125125
126126
```
127127
如果使用 AndroidX 在 gradle.properties 中添加

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ main change is to subcontract SmartRefreshLayout to reduce unnecessary dependenc
103103
welcome to experience.
104104

105105
```
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
108108
```
109109
If you use AndroidX, add it to gradle.properties
110110

0 commit comments

Comments
 (0)