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 5b7134f commit f06ad51Copy full SHA for f06ad51
build.gradle
@@ -23,6 +23,6 @@ ext {
23
buildToolsVersion = '22.0.1'
24
targetSdkVersion = 22
25
minSdkVersion = 14
26
- versionCode = 10
27
- versionName = "0.4.0"
+ versionCode = 11
+ versionName = "0.4.1"
28
}
gradle.properties
@@ -17,8 +17,8 @@
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# org.gradle.parallel=true
19
20
-VERSION_NAME=0.4.0
21
-VERSION_CODE=10
+VERSION_NAME=0.4.1
+VERSION_CODE=11
22
GROUP=com.timehop.stickyheadersrecyclerview
POM_DESCRIPTION=RecyclerView decorator for sticky list headers.
0 commit comments