Skip to content

Commit

Permalink
1.准备添加 1.0.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
scwang90 committed Aug 13, 2019
1 parent d14ebca commit bc0231c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ SmartRefreshLayout以打造一个强大,稳定,成熟的下拉刷新框架
[【V2.0.0】](https://github.com/scwang90/SmartRefreshLayout/tree/master#%E7%AE%80%E5%8D%95%E7%94%A8%E4%BE%8B) 版本已经在开发,主要是对各个功能类进行分包,比如不用二级刷新就不依赖,避免代码冗余,欢迎大家来体验

```
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' //(1.0.5及以前版本的老用户升级需谨慎,API改动过大)
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //没有使用特殊Header,可以不加这行
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' //(1.0.5及以前版本的老用户升级需谨慎,API改动过大)
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //没有使用特殊Header,可以不加这行
```
如果使用 AndroidX 在 gradle.properties 中添加
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ main change is to subcontract SmartRefreshLayout to reduce unnecessary dependenc
welcome to experience.

```
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //If you use the special Header
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0' //If you use the special Header
```
If you use AndroidX, add it to gradle.properties

Expand Down

0 comments on commit bc0231c

Please sign in to comment.