Skip to content

Commit

Permalink
Bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lizapopova committed Apr 28, 2021
1 parent c0f1471 commit 8827cf8
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 @@ -37,7 +37,7 @@ allprojects {
2. Add the dependency to your module's `build.gradle` file:

```gradle
implementation 'com.github.crux-lab:sectioned-recycler-view:1.1.0'
implementation 'com.github.crux-lab:sectioned-recycler-view:1.1.1'
```
Note: previously the library was available via jCenter as `com.cruxlab:sectionedrecyclerview:x.y.z`.

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
// implementation 'com.github.crux-lab:sectioned-recycler-view:1.1.0'
// implementation 'com.github.crux-lab:sectioned-recycler-view:1.1.1'
implementation project(':sectionedrecyclerview');
}

0 comments on commit 8827cf8

Please sign in to comment.