Skip to content

Commit 5e70725

Browse files
author
Rafael Dominiquini
committed
Increase version
1 parent 1ec2240 commit 5e70725

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ compile 'xyz.danoz:recyclerviewfastscroller:0.1.3'
2121
compile 'com.github.emanuelet:RecyclerViewFastScroller:0.2.0'
2222
```
2323

24+
```java
25+
compile 'com.github.smartcanvas:RecyclerViewFastScroller:0.2.1'
26+
```
27+
2428
Add `maven { url "https://jitpack.io" }` to repositories.
2529

2630
### Usage

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ext {
2424
androidSupportGroup = 'com.android.support'
2525
targetSdkVersion = 23
2626
minSdkVersion = 14
27-
versionCode = 7
28-
versionName = "0.2.1"
27+
versionCode = 8
28+
versionName = "0.2.2"
2929
}

0 commit comments

Comments
 (0)