Skip to content

Commit

Permalink
Update SLH versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Aug 11, 2014
1 parent c438fa2 commit 99e45e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion lib-core-slh/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 99e45e7

Please sign in to comment.