We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200a8e0 commit c6e13c5Copy full SHA for c6e13c5
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# 2025-07-15
2
3
+`7.1.0`
4
+
5
+- support in `ViewGroup`
6
++ `itemUpdateAction`回调
7
++ `observeItemSelectedChange`回调
8
++ `itemAlwaysNewFlag`标识
9
10
+# 2025-07-15
11
12
`7.0.1`
13
14
- 兼容`lifecycle:2.9.1`
README.md
@@ -145,7 +145,7 @@ allprojects {
145
```kotlin
146
dependencies {
147
//androidx(推荐)
148
- implementation 'com.github.angcyo:DslAdapter:7.0.1'
+ implementation 'com.github.angcyo:DslAdapter:7.1.0'
149
//支持DataBinding
150
implementation 'com.github.angcyo:DslAdapter:3.0.0-binding'
151
0 commit comments