We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec2240 commit 5e70725Copy full SHA for 5e70725
README.md
@@ -21,6 +21,10 @@ compile 'xyz.danoz:recyclerviewfastscroller:0.1.3'
21
compile 'com.github.emanuelet:RecyclerViewFastScroller:0.2.0'
22
```
23
24
+```java
25
+compile 'com.github.smartcanvas:RecyclerViewFastScroller:0.2.1'
26
+```
27
+
28
Add `maven { url "https://jitpack.io" }` to repositories.
29
30
### Usage
build.gradle
@@ -24,6 +24,6 @@ ext {
androidSupportGroup = 'com.android.support'
targetSdkVersion = 23
minSdkVersion = 14
- versionCode = 7
- versionName = "0.2.1"
+ versionCode = 8
+ versionName = "0.2.2"
}
0 commit comments