File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ License] ( https://img.shields.io/badge/License%20-Apache%202-337ab7.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
4
4
[ ![ 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 )
6
6
[ ![ 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 )
8
8
9
9
<!-- [](https://www.android.com) -->
10
10
<!-- [](https://github.com/scwang90) -->
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ License] ( https://img.shields.io/badge/License%20-Apache%202-337ab7.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
4
4
[ ![ 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 )
6
6
[ ![ 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 )
8
8
9
9
<!-- [](https://www.android.com) -->
10
10
<!-- [](https://github.com/scwang90) -->
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ dependencies {
34
34
// compile project(':refresh-header')
35
35
// compile project(':refresh-layout')
36
36
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 '
39
39
40
40
compile ' com.android.support:design:25.3.1'
41
41
compile ' com.android.support:appcompat-v7:25.3.1'
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ dependencies {
70
70
compile ' de.hdodenhof:circleimageview:2.1.0'
71
71
compile ' jp.wasabeef:recyclerview-animators:2.2.6'
72
72
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'
75
75
testCompile ' junit:junit:4.12'
76
76
77
77
compile ' com.github.bumptech.glide:glide:4.2.0'
You can’t perform that action at this time.
0 commit comments