We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dac48 commit ccd8ab5Copy full SHA for ccd8ab5
README.md
@@ -83,21 +83,25 @@ That's it!
83
Download
84
--------
85
86
+Latest version: 
87
+
88
+replace `x.y.z` with the latest version
89
90
You can depend on the library through Maven:
91
92
```xml
93
<dependency>
94
<groupId>com.github.pwittchen</groupId>
95
<artifactId>infinitescroll</artifactId>
- <version>0.0.2</version>
96
+ <version>x.y.z</version>
97
</dependency>
98
```
99
100
or through Gradle:
101
102
```groovy
103
dependencies {
- compile 'com.github.pwittchen:infinitescroll:0.0.2'
104
+ compile 'com.github.pwittchen:infinitescroll:x.y.z'
105
}
106
107
0 commit comments