Skip to content

Commit 270b427

Browse files
committed
Bump to 1.1.1
1 parent f720ffb commit 270b427

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Groupie lets you treat your content as logical groups and handles change notific
99
# Try it out:
1010

1111
```gradle
12-
compile 'com.xwray:groupie:1.1.0'
12+
compile 'com.xwray:groupie:1.1.1'
1313
```
1414

1515
Groupie uses Android's [data binding](https://developer.android.com/topic/libraries/data-binding/index.html) to generate view holders. To enable code generation, add to your app module's build.gradle.

groupie/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ publish {
4747
userOrg = 'lisawray'
4848
groupId = 'com.xwray'
4949
artifactId = 'groupie'
50-
publishVersion = '1.1.0'
50+
publishVersion = '1.1.1'
5151
desc = 'Library for groups and multiple view types in a RecyclerView'
5252
website = 'https://github.com/lisawray/groupie'
5353
}

0 commit comments

Comments
 (0)