Skip to content

Commit 8ce6e3e

Browse files
author
wsc
committed
版本更新提示
1 parent 6c08375 commit 8ce6e3e

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)
44
[![Arsenal](https://img.shields.io/badge/Arsenal%20-%20SmartRefresh-4cae4c.svg)](https://android-arsenal.com/details/1/6001)
5-
[![Maven](https://img.shields.io/badge/%20Maven%20-2.1.0-5bc0de.svg)](https://s01.oss.sonatype.org/#nexus-search;quick~refresh-layout-kernel)
5+
[![Maven](https://img.shields.io/badge/%20Maven%20-2.1.1-5bc0de.svg)](https://s01.oss.sonatype.org/#nexus-search;quick~refresh-layout-kernel)
66
[![MinSdk](https://img.shields.io/badge/%20MinSdk%20-%2012%2B%20-f0ad4e.svg)](https://android-arsenal.com/api?level=12)
77
[![Methods](https://img.shields.io/badge/Methods%20%7C%20Size%20-%20784%20%7C%20121%20KB-d9534f.svg)](http://www.methodscount.com/?lib=io.github.scwang90:refresh%3ASmartRefreshLayout%3A1.0.4)
88

@@ -124,14 +124,14 @@ V2.x 版本已经把依赖库拆分成8个包啦,用到的时候自行引用
124124
```gradle
125125
implementation 'androidx.appcompat:appcompat:1.0.0' //必须 1.0.0 以上
126126
127-
implementation 'io.github.scwang90:refresh-layout-kernel:2.1.0' //核心必须依赖
128-
implementation 'io.github.scwang90:refresh-header-classics:2.1.0' //经典刷新头
129-
implementation 'io.github.scwang90:refresh-header-radar:2.1.0' //雷达刷新头
130-
implementation 'io.github.scwang90:refresh-header-falsify:2.1.0' //虚拟刷新头
131-
implementation 'io.github.scwang90:refresh-header-material:2.1.0' //谷歌刷新头
132-
implementation 'io.github.scwang90:refresh-header-two-level:2.1.0' //二级刷新头
133-
implementation 'io.github.scwang90:refresh-footer-ball:2.1.0' //球脉冲加载
134-
implementation 'io.github.scwang90:refresh-footer-classics:2.1.0' //经典加载
127+
implementation 'io.github.scwang90:refresh-layout-kernel:2.1.1' //核心必须依赖
128+
implementation 'io.github.scwang90:refresh-header-classics:2.1.1' //经典刷新头
129+
implementation 'io.github.scwang90:refresh-header-radar:2.1.1' //雷达刷新头
130+
implementation 'io.github.scwang90:refresh-header-falsify:2.1.1' //虚拟刷新头
131+
implementation 'io.github.scwang90:refresh-header-material:2.1.1' //谷歌刷新头
132+
implementation 'io.github.scwang90:refresh-header-two-level:2.1.1' //二级刷新头
133+
implementation 'io.github.scwang90:refresh-footer-ball:2.1.1' //球脉冲加载
134+
implementation 'io.github.scwang90:refresh-footer-classics:2.1.1' //经典加载
135135
136136
137137
```

README_EN.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)
44
[![Arsenal](https://img.shields.io/badge/Arsenal%20-%20SmartRefresh-4cae4c.svg)](https://android-arsenal.com/details/1/6001)
5-
[![Maven](https://img.shields.io/badge/%20Maven%20-2.1.0-5bc0de.svg)](https://s01.oss.sonatype.org/#nexus-search;quick~refresh-layout-kernel)
5+
[![Maven](https://img.shields.io/badge/%20Maven%20-2.1.1-5bc0de.svg)](https://s01.oss.sonatype.org/#nexus-search;quick~refresh-layout-kernel)
66
[![MinSdk](https://img.shields.io/badge/%20MinSdk%20-%2012%2B%20-f0ad4e.svg)](https://android-arsenal.com/api?level=12)
77
[![Methods](https://img.shields.io/badge/Methods%20%7C%20Size%20-%20784%20%7C%20121%20KB-d9534f.svg)](http://www.methodscount.com/?lib=io.github.scwang90:refresh%3ASmartRefreshLayout%3A1.0.4)
88

@@ -120,14 +120,14 @@ It is recommended that you copy the source code into the project whenever you ne
120120
// Note: There will be no default Header and Footer after subcontracting. It needs to be added manually!
121121
122122
// To search lastest version by https://search.maven.org/search?q=g:io.github.scwang90
123-
implementation 'io.github.scwang90:refresh-layout-kernel:2.1.0' //core
124-
implementation 'io.github.scwang90:refresh-header-classics:2.1.0' //ClassicsHeader
125-
implementation 'io.github.scwang90:refresh-header-radar:2.1.0' //BezierRadarHeader
126-
implementation 'io.github.scwang90:refresh-header-falsify:2.1.0' //FalsifyHeader
127-
implementation 'io.github.scwang90:refresh-header-material:2.1.0' //MaterialHeader
128-
implementation 'io.github.scwang90:refresh-header-two-level:2.1.0' //TwoLevelHeader
129-
implementation 'io.github.scwang90:refresh-footer-ball:2.1.0' //BallPulseFooter
130-
implementation 'io.github.scwang90:refresh-footer-classics:2.1.0' //ClassicsFooter
123+
implementation 'io.github.scwang90:refresh-layout-kernel:2.1.1' //core
124+
implementation 'io.github.scwang90:refresh-header-classics:2.1.1' //ClassicsHeader
125+
implementation 'io.github.scwang90:refresh-header-radar:2.1.1' //BezierRadarHeader
126+
implementation 'io.github.scwang90:refresh-header-falsify:2.1.1' //FalsifyHeader
127+
implementation 'io.github.scwang90:refresh-header-material:2.1.1' //MaterialHeader
128+
implementation 'io.github.scwang90:refresh-header-two-level:2.1.1' //TwoLevelHeader
129+
implementation 'io.github.scwang90:refresh-footer-ball:2.1.1' //BallPulseFooter
130+
implementation 'io.github.scwang90:refresh-footer-classics:2.1.1' //ClassicsFooter
131131
132132
133133
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android.enableJetifier=true
2121

2222
SMART_USER=scwang90
2323
SMART_GROUP=com.scwang.smart
24-
SMART_VERSION=2.1.0
24+
SMART_VERSION=2.1.1
2525
# -SNAPSHOT
2626
SMART_PUBLISH=false
2727
SMART_GROUP_MVN=io.github.scwang90

0 commit comments

Comments
 (0)