We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af6a87 commit 5bcd38eCopy full SHA for 5bcd38e
README.md
@@ -13,6 +13,14 @@ Observe scroll events on scrollable views.
13

14

15
16
+## Installation
17
+
18
+```groovy
19
+dependencies {
20
+ compile 'com.github.ksoichiro:android-observablescrollview:1.0.0'
21
+}
22
+```
23
24
## Samples
25
26
See `observablescrollview-samples` directory.
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=1.0.0-SNAPSHOT
+VERSION_NAME=1.0.0
2
GROUP=com.github.ksoichiro
3
4
POM_DESCRIPTION=Android library to observe scroll events on scrollable views.
0 commit comments