From 8827cf8cf323f59a3bdeec473ee9b4ceb6807afe Mon Sep 17 00:00:00 2001 From: Elizabeth Popova Date: Wed, 28 Apr 2021 23:11:59 +0300 Subject: [PATCH] Bump to 1.1.1 --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0645043..f03d9bb 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/app/build.gradle b/app/build.gradle index 5784ca3..277d496 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'); }