Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hinov committed Oct 10, 2019
1 parent a01a47a commit 527bcf2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ Groupie lets you treat your content as logical groups and handles change notific
# Try it out:

```gradle
implementation "com.xwray:groupie:2.6.0"
implementation "com.xwray:groupie:2.7.0"
```

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)

```gradle
implementation "com.xwray:groupie:2.6.0"
implementation "com.xwray:groupie-kotlin-android-extensions:2.6.0"
implementation "com.xwray:groupie:2.7.0"
implementation "com.xwray:groupie-kotlin-android-extensions:2.7.0"
```

Groupie also supports Android's [data binding](https://developer.android.com/topic/libraries/data-binding/index.html) to generate view holders. [Setup here.](#data-binding)

```gradle
implementation "com.xwray:groupie:2.6.0"
implementation "com.xwray:groupie-databinding:2.6.0"
implementation "com.xwray:groupie:2.7.0"
implementation "com.xwray:groupie-databinding:2.7.0"
```

You can also use Groupie with Java and your existing ViewHolders.
Expand Down
2 changes: 1 addition & 1 deletion library-databinding/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
POM_BINTRAY_NAME=groupie-databinding
POM_ARTIFACT_ID=groupie-databinding
POM_PACKAGING=aar
POM_VERSION=2.6.0
POM_VERSION=2.7.0
2 changes: 1 addition & 1 deletion library-kotlin-android-extensions/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
POM_BINTRAY_NAME=groupie-kotlin-android-extensions
POM_ARTIFACT_ID=groupie-kotlin-android-extensions
POM_PACKAGING=aar
POM_VERSION=2.6.0
POM_VERSION=2.7.0
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
POM_BINTRAY_NAME=groupie
POM_ARTIFACT_ID=groupie
POM_PACKAGING=aar
POM_VERSION=2.6.0
POM_VERSION=2.7.0

0 comments on commit 527bcf2

Please sign in to comment.