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

Commit

Permalink
Update to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamylZakariya committed May 7, 2019
1 parent ba31c60 commit ee8410a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
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.8'
compile 'org.zakariya.stickyheaders:stickyheaders:0.7.9'
```

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

version '0.7.8'
version '0.7.9'
group 'org.zakariya'

publishing {
Expand Down

0 comments on commit ee8410a

Please sign in to comment.