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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,21 @@ 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:2.0.3'
12
+
compile 'com.xwray:groupie:2.1.0'
13
13
```
14
14
15
15
Groupie includes a module for Kotlin and Kotlin Android extensions. Never write a ViewHolder again—Kotlin generates view references and Groupie uses a generic holder. [Setup here.](#kotlin)
0 commit comments