Skip to content

Commit

Permalink
Update documentation for 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Nov 27, 2020
1 parent 17a76c5 commit acd28a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.1

- Bug fixes

## 1.3.0

- Added support of create `ViewBinding` using `ViewBinding.inflate(LayoutInflater)`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ allprojects {
}
dependencies {
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.3.0'
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.3.1'
// To use only without reflection variants of viewBinding
implementation 'com.kirich1409.viewbindingpropertydelegate:vbpd-noreflection:1.3.0'
implementation 'com.kirich1409.viewbindingpropertydelegate:vbpd-noreflection:1.3.1'
}
```

Expand Down

0 comments on commit acd28a2

Please sign in to comment.