Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Aug 6, 2022
1 parent a5a103b commit f0b2d87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2022-8-6

`5.1.0`

- 新增了一些`DslAdapterItem`使用在`ViewGroup`中的方法
- `DslAdapterItem`支持直接绑定在任意`View`

# 2022-8-5

`5.0.1`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ allprojects {
```kotlin
dependencies {
//androidx(推荐)
implementation 'com.github.angcyo:DslAdapter:5.0.1'
implementation 'com.github.angcyo:DslAdapter:5.1.0'
//支持DataBinding
implementation 'com.github.angcyo:DslAdapter:3.0.0-binding'

Expand Down

0 comments on commit f0b2d87

Please sign in to comment.