Skip to content

Commit e2bfeb1

Browse files
committed
标记 1.0.4 稳定版本 Release
1 parent edcbb19 commit e2bfeb1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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/%20Arsenal%20-%20SmartRefresh%20-4cae4c.svg?style=flat)](https://android-arsenal.com/details/1/6001)
5-
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.3-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
5+
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.4-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
66
[![MinSdk](https://img.shields.io/badge/%20MinSdk%20-%2012%2B%20-f0ad4e.svg?style=flat)](https://android-arsenal.com/api?level=12)
7-
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%201229%20%7C%20167%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.scwang.smartrefresh%3ASmartRefreshLayout%3A1.0.3)
7+
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%201362%20%7C%20138%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.scwang.smartrefresh%3ASmartRefreshLayout%3A1.0.4)
88

99
<!-- [![Platform](https://img.shields.io/badge/Platform-Android-f0ad4e.svg)](https://www.android.com) -->
1010
<!-- [![Author](https://img.shields.io/badge/Author-scwang90-11bbff.svg)](https://github.com/scwang90) -->

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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/%20Arsenal%20-%20SmartRefresh%20-4cae4c.svg?style=flat)](https://android-arsenal.com/details/1/6001)
5-
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.3-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
5+
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.4-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
66
[![MinSdk](https://img.shields.io/badge/%20MinSdk%20-%2012%2B%20-f0ad4e.svg?style=flat)](https://android-arsenal.com/api?level=12)
7-
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%201251%20%7C%20129%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.scwang.smartrefresh%3ASmartRefreshLayout%3A1.0.2)
7+
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%201362%20%7C%20138%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.scwang.smartrefresh%3ASmartRefreshLayout%3A1.0.4)
88

99
<!-- [![Platform](https://img.shields.io/badge/Platform-Android-f0ad4e.svg)](https://www.android.com) -->
1010
<!-- [![Author](https://img.shields.io/badge/Author-scwang90-11bbff.svg)](https://github.com/scwang90) -->

app-design/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies {
3434
// compile project(':refresh-header')
3535
// compile project(':refresh-layout')
3636

37-
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-alpha-3'
38-
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4-alpha-3'
37+
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-alpha-14'
38+
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4-alpha-14'
3939

4040
compile 'com.android.support:design:25.3.1'
4141
compile 'com.android.support:appcompat-v7:25.3.1'

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ dependencies {
7070
compile 'de.hdodenhof:circleimageview:2.1.0'
7171
compile 'jp.wasabeef:recyclerview-animators:2.2.6'
7272
compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.3'
73-
// compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-alpha-6'
74-
// compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4-alpha-6'
73+
// compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4'
74+
// compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4'
7575
testCompile 'junit:junit:4.12'
7676

7777
compile 'com.github.bumptech.glide:glide:4.2.0'

0 commit comments

Comments
 (0)