We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398753b commit 85211cdCopy full SHA for 85211cd
README.md
@@ -21,7 +21,7 @@ It's easy to interact with the Toolbar introduced in Android 5.0 Lollipop and m
21
22
```groovy
23
dependencies {
24
- compile 'com.github.ksoichiro:android-observablescrollview:1.0.0'
+ compile 'com.github.ksoichiro:android-observablescrollview:1.1.0'
25
}
26
```
27
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=1.1.0-SNAPSHOT
+VERSION_NAME=1.1.0
2
GROUP=com.github.ksoichiro
3
4
POM_DESCRIPTION=Android library to observe scroll events on scrollable views.
0 commit comments