Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Bump stickyheaders library version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamylZakariya committed Jul 29, 2016
1 parent 95cc246 commit a7fb872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Adapter and LayoutManager for Android RecyclerView which enables sticky header p
## Download
minSdkVersion: 11
```
compile 'org.zakariya.stickyheaders:stickyheaders:0.7.3'
compile 'org.zakariya.stickyheaders:stickyheaders:0.7.4'
```

Expand Down
2 changes: 1 addition & 1 deletion stickyheaders/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

group = 'org.zakariya.stickyheaders'
version = '0.7.3'
version = '0.7.4'

android {
compileSdkVersion 23
Expand Down

0 comments on commit a7fb872

Please sign in to comment.