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 b1af2fd commit a61ec32Copy full SHA for a61ec32
README.md
@@ -16,7 +16,7 @@ Here is a quick video of it in action (click to see the full video):
16
Download
17
--------
18
19
- compile 'com.github.smartcanvas:sticky-headers-recyclerview:0.5.0'
+ compile 'com.github.smartcanvas:sticky-headers-recyclerview:0.5.1'
20
21
Usage
22
-----
build.gradle
@@ -23,6 +23,6 @@ ext {
23
buildToolsVersion = '22.0.1'
24
targetSdkVersion = 22
25
minSdkVersion = 14
26
- versionCode = 12
27
- versionName = "0.5.0"
+ versionCode = 13
+ versionName = "0.5.1"
28
}
0 commit comments