You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Groupie lets you treat your content as logical groups and handles change notific
9
9
# Try it out:
10
10
11
11
```gradle
12
-
compile 'com.xwray:groupie:1.1.0'
12
+
compile 'com.xwray:groupie:1.1.1'
13
13
```
14
14
15
15
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.
0 commit comments