Skip to content

Commit

Permalink
Bump version for dev and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Nov 26, 2019
1 parent 30125af commit a78aa93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Easy way to bind collections to listviews and recyclerviews with the new [Androi

## Download

If you are using androidx use version `3.1.1`, this also uses databinding v2
If you are using androidx use version `3.2.0`, this also uses databinding v2

```groovy
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter:3.1.1'
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter-recyclerview:3.1.1'
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter:3.2.0'
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter-recyclerview:3.2.0'
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter-viewpager2:3.2.0'
```

or use the previous stable version
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# org.gradle.parallel=true

group=me.tatarka.bindingcollectionadapter2
version=3.2.0
version=4.0.0-SNAPSHOT
android.databinding.enableV2=true
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit a78aa93

Please sign in to comment.