Skip to content

Commit 1baf27f

Browse files
author
Rafael Baboni Dominiquini
committed
prepare for release 0.5
1 parent c81069c commit 1baf27f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here is a quick video of it in action (click to see the full video):
1616
Download
1717
--------
1818

19-
compile 'com.timehop.stickyheadersrecyclerview:library:0.4.1@aar'
19+
compile 'com.github.smartcanvas:sticky-headers-recyclerview:0.5'
2020

2121
Usage
2222
-----
@@ -96,6 +96,8 @@ Known Issues
9696

9797
Version History
9898
---------------
99+
0.5 (8/20/2015) - Added position change listener
100+
99101
0.4.1 (6/24/2015) - Fix "dancing headers" by DarkJaguar91
100102

101103
0.4.0 (4/16/2015) - Code reorganization by danoz73, fixes for different sized headers, performance improvements

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ ext {
2323
buildToolsVersion = '22.0.1'
2424
targetSdkVersion = 22
2525
minSdkVersion = 14
26-
versionCode = 11
27-
versionName = "0.4.1"
28-
}
26+
versionCode = 12
27+
versionName = "0.5"
28+
}

0 commit comments

Comments
 (0)