File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Here is a quick video of it in action (click to see the full video):
1616Download
1717--------
1818
19- compile 'com.timehop.stickyheadersrecyclerview:library :0.4.1@aar '
19+ compile 'com.github.smartcanvas:sticky-headers-recyclerview :0.5 '
2020
2121Usage
2222-----
@@ -96,6 +96,8 @@ Known Issues
9696
9797Version History
9898---------------
99+ 0.5 (8/20/2015) - Added position change listener
100+
991010.4.1 (6/24/2015) - Fix "dancing headers" by DarkJaguar91
100102
1011030.4.0 (4/16/2015) - Code reorganization by danoz73, fixes for different sized headers, performance improvements
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments