Skip to content

Commit ac4a5bd

Browse files
committed
发布 2.0.3 版本
1 parent 16cf628 commit ac4a5bd

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

README.md

Lines changed: 17 additions & 17 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-
[![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)
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=com.scwang.smartrefresh%3ASmartRefreshLayout%3A1.0.4)
88

@@ -127,14 +127,14 @@ V2.x 相对于 V1.x 对包名做了修改如:com.scwang.smartrefresh 改为 co
127127
compile 'com.android.support:appcompat-v7:25.3.1' //必须 25.3.1 以上
128128
129129
// 注意:分包之后不会有默认的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' //经典加载
138138
139139
140140
```
@@ -151,14 +151,14 @@ android.enableJetifier=true
151151
```
152152
implementation 'androidx.appcompat:appcompat:1.0.0' //必须 1.0.0 以上
153153
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' //经典加载
162162
163163
```
164164

README_EN.md

Lines changed: 12 additions & 12 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-
[![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)
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%20122%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.scwang.smartrefresh%3ASmartRefreshLayout%3A1.1.0)
88

@@ -114,20 +114,20 @@ It is recommended that you copy the source code into the project whenever you ne
114114

115115
```
116116
// Note: There will be no default Header and Footer after subcontracting. It needs to be added manually!
117-
implementation 'com.scwang.smart:refresh-layout-kernel:2.0.2' //core
118-
implementation 'com.scwang.smart:refresh-header-classics:2.0.2' //ClassicsHeader
119-
implementation 'com.scwang.smart:refresh-header-radar:2.0.2' //BezierRadarHeader
120-
implementation 'com.scwang.smart:refresh-header-falsify:2.0.2' //FalsifyHeader
121-
implementation 'com.scwang.smart:refresh-header-material:2.0.2' //MaterialHeader
122-
implementation 'com.scwang.smart:refresh-header-two-level:2.0.2' //TwoLevelHeader
123-
implementation 'com.scwang.smart:refresh-footer-ball:2.0.2' //BallPulseFooter
124-
implementation 'com.scwang.smart:refresh-footer-classics:2.0.2' //ClassicsFooter
117+
implementation 'com.scwang.smart:refresh-layout-kernel:2.0.3' //core
118+
implementation 'com.scwang.smart:refresh-header-classics:2.0.3' //ClassicsHeader
119+
implementation 'com.scwang.smart:refresh-header-radar:2.0.3' //BezierRadarHeader
120+
implementation 'com.scwang.smart:refresh-header-falsify:2.0.3' //FalsifyHeader
121+
implementation 'com.scwang.smart:refresh-header-material:2.0.3' //MaterialHeader
122+
implementation 'com.scwang.smart:refresh-header-two-level:2.0.3' //TwoLevelHeader
123+
implementation 'com.scwang.smart:refresh-footer-ball:2.0.3' //BallPulseFooter
124+
implementation 'com.scwang.smart:refresh-footer-classics:2.0.3' //ClassicsFooter
125125
126126
```
127127
<!-- // The package name of `com.scwang.smartrefresh` is retained, but not subcontracted. -->
128-
<!-- implementation 'com.scwang.smartrefresh:SmartRefreshHeader:2.0.2' //Headers -->
129-
<!-- implementation 'com.scwang.smartrefresh:SmartRefreshFooter:2.0.2' //Footers -->
130-
<!-- implementation 'com.scwang.smartrefresh:SmartRefreshLayout:2.0.2' //core、 default Header and Footer -->
128+
<!-- implementation 'com.scwang.smartrefresh:SmartRefreshHeader:2.0.3' //Headers -->
129+
<!-- implementation 'com.scwang.smartrefresh:SmartRefreshFooter:2.0.3' //Footers -->
130+
<!-- implementation 'com.scwang.smartrefresh:SmartRefreshLayout:2.0.3' //core、 default Header and Footer -->
131131

132132
If you use AndroidX, add it to gradle.properties
133133

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (new File(file).exists()) {
4545
properties.load(new FileInputStream(file))
4646
if ('true' == properties['SMART_PUBLISH']) {
4747
subprojects {
48-
if (name.startsWith("refresh-") && !name.contains("drawable")) {
48+
if (name.startsWith("refresh-")) {
4949
group = SMART_GROUP
5050
version = SMART_VERSION
5151
if (name.split('-').length > 2) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ org.gradle.jvmargs=-Xmx1536m
1818

1919
SMART_USER=scwang90
2020
SMART_GROUP=com.scwang.smart
21-
SMART_VERSION=2.0.2
21+
SMART_VERSION=2.0.3
2222
SMART_PUBLISH=false

0 commit comments

Comments
 (0)