Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Correct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
okornev committed Feb 20, 2021
1 parent f3c1705 commit e8604a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Usage
-----

1. Add mavenCentral() to repositories block in the gradle file.
2. Add `implementation 'com.shuhart.stickyheader:stickyheader:1.1.0` to the dependencies.
2. Add `implementation 'com.github.shuhart:stickyheader:1.1.0` to the dependencies.
3. Look into the sample for additional details on how to use and configure the library.

An adapter that extends [StickyAdapter](https://github.com/shuhart/StickyHeader/blob/master/stickyheader/src/main/java/com/shuhart/stickyheader/StickyAdapter.java) is necessary for the StickyHeaderItemDecorator that is used to create and bind sticky headers:
Expand Down

0 comments on commit e8604a4

Please sign in to comment.