Skip to content

Commit c6e13c5

Browse files
committed
7.1.0
1 parent 200a8e0 commit c6e13c5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# 2025-07-15
22

3+
`7.1.0`
4+
5+
- support in `ViewGroup`
6+
+ `itemUpdateAction`回调
7+
+ `observeItemSelectedChange`回调
8+
+ `itemAlwaysNewFlag`标识
9+
10+
# 2025-07-15
11+
312
`7.0.1`
413

514
- 兼容`lifecycle:2.9.1`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ allprojects {
145145
```kotlin
146146
dependencies {
147147
//androidx(推荐)
148-
implementation 'com.github.angcyo:DslAdapter:7.0.1'
148+
implementation 'com.github.angcyo:DslAdapter:7.1.0'
149149
//支持DataBinding
150150
implementation 'com.github.angcyo:DslAdapter:3.0.0-binding'
151151

0 commit comments

Comments
 (0)