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 699b4eb commit 85ea314Copy full SHA for 85ea314
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# 2023-4-28
2
3
-`6.0.0`
+`6.0.1`
4
5
- 新增'IDslItem'
6
- 修复一些已知问题
README.md
@@ -144,7 +144,7 @@ allprojects {
144
```kotlin
145
dependencies {
146
//androidx(推荐)
147
- implementation 'com.github.angcyo:DslAdapter:6.0.0'
+ implementation 'com.github.angcyo:DslAdapter:6.0.1'
148
//支持DataBinding
149
implementation 'com.github.angcyo:DslAdapter:3.0.0-binding'
150
0 commit comments