Skip to content

Commit 8be9fac

Browse files
committed
update version 0.0.3
1 parent a9c69cf commit 8be9fac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Installation
1212
====
1313
```groovy
1414
dependencies {
15-
compile 'com.loopeer.lib:shadow:0.0.2'
15+
implementation 'com.github.todou:nestrefresh:0.0.3'
1616
}
1717
```
1818
Usages

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation deps.support.recyclerview
3434
implementation deps.kotlin.stdlib
3535
implementation deps.picasso
36-
// implementation 'com.github.todou:nestrefresh:0.0.2'
36+
// implementation 'com.github.todou:nestrefresh:0.0.3'
3737
implementation project(':nestrefresh')
3838

3939
testImplementation deps.junit

nestrefresh/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ uploadArchives {
1010
}
1111
}
1212

13-
version = "0.0.2"
13+
version = "0.0.3"
1414
group = "com.github.todou"
1515
archivesBaseName = "nestrefresh"
1616
description = "Android Refresh kit by nest"

0 commit comments

Comments
 (0)