diff --git a/example/build.gradle b/example/build.gradle index 34a3e592..45067369 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'com.android.application' dependencies { //noinspection GradleDependency compile 'com.android.support:support-v4:19.1.+' - compile 'se.emilsjolander:stickylistheaders:2.4.0' + compile 'se.emilsjolander:stickylistheaders:2.5.0' compile project(':lib-core') compile project(':lib-core-slh') diff --git a/lib-core-slh/build.gradle b/lib-core-slh/build.gradle index cb1339d5..9c250e65 100644 --- a/lib-core-slh/build.gradle +++ b/lib-core-slh/build.gradle @@ -24,7 +24,7 @@ apply from: '../publishGhPages.gradle' dependencies { compile project(':lib-core') - compile 'se.emilsjolander:stickylistheaders:2.4.0' + compile 'se.emilsjolander:stickylistheaders:2.5.0' /* Test libraries */ androidTestCompile ('junit:junit:4.11') { exclude group: 'org.hamcrest' }