Skip to content

Commit

Permalink
标记 1.0.4 稳定版本 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
scwang90 committed Nov 27, 2017
1 parent edcbb19 commit e2bfeb1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Arsenal](https://img.shields.io/badge/%20Arsenal%20-%20SmartRefresh%20-4cae4c.svg?style=flat)](https://android-arsenal.com/details/1/6001)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.3-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.4-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
[![MinSdk](https://img.shields.io/badge/%20MinSdk%20-%2012%2B%20-f0ad4e.svg?style=flat)](https://android-arsenal.com/api?level=12)
[![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)
[![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)

<!-- [![Platform](https://img.shields.io/badge/Platform-Android-f0ad4e.svg)](https://www.android.com) -->
<!-- [![Author](https://img.shields.io/badge/Author-scwang90-11bbff.svg)](https://github.com/scwang90) -->
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Arsenal](https://img.shields.io/badge/%20Arsenal%20-%20SmartRefresh%20-4cae4c.svg?style=flat)](https://android-arsenal.com/details/1/6001)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.3-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.0.4-5bc0de.svg) ](https://bintray.com/scwang90/maven/SmartRefreshLayout/_latestVersion)
[![MinSdk](https://img.shields.io/badge/%20MinSdk%20-%2012%2B%20-f0ad4e.svg?style=flat)](https://android-arsenal.com/api?level=12)
[![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)
[![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)

<!-- [![Platform](https://img.shields.io/badge/Platform-Android-f0ad4e.svg)](https://www.android.com) -->
<!-- [![Author](https://img.shields.io/badge/Author-scwang90-11bbff.svg)](https://github.com/scwang90) -->
Expand Down
4 changes: 2 additions & 2 deletions app-design/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies {
// compile project(':refresh-header')
// compile project(':refresh-layout')

compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-alpha-3'
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4-alpha-3'
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-alpha-14'
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4-alpha-14'

compile 'com.android.support:design:25.3.1'
compile 'com.android.support:appcompat-v7:25.3.1'
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ dependencies {
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'jp.wasabeef:recyclerview-animators:2.2.6'
compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.3'
// compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-alpha-6'
// compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4-alpha-6'
// compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4'
// compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4'
testCompile 'junit:junit:4.12'

compile 'com.github.bumptech.glide:glide:4.2.0'
Expand Down

0 comments on commit e2bfeb1

Please sign in to comment.