Skip to content

Commit

Permalink
Bump version and prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Jul 6, 2019
1 parent fc2f630 commit a4d831a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.1.0
- Bumped android gradle plugin verison to 3.4.1
- Fixed crashes caused by lifecycle owner usage

### 3.0.0
- Removed `LayoutManagers`. RecyclerView has support setting the LayoutManager in xml using it's
class name that doesn't rely on databinding.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Easy way to bind collections to listviews and recyclerviews with the new [Androi

## Download

If you are using androidx use version `3.0.0`, this also uses databinding v2
If you are using androidx use version `3.1.0`, this also uses databinding v2

```groovy
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter:3.0.0'
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter-recyclerview:3.0.0'
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter:3.1.0'
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter-recyclerview:3.1.0'
```

otherwise, you can try out [databinding v2](https://developer.android.com/topic/libraries/data-binding/start#preview-compiler)
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.0.0
version=3.1.0
android.databinding.enableV2=true
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit a4d831a

Please sign in to comment.