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 5c1d3d8 commit 5b4efceCopy full SHA for 5b4efce
README.md
@@ -144,9 +144,9 @@ allprojects {
144
```kotlin
145
dependencies {
146
//androidx(推荐)
147
- implementation 'com.github.angcyo:DslAdapter:6.0.1'
+ implementation 'com.github.angcyo:DslAdapter:6.0.2'
148
//支持DataBinding
149
- implementation 'com.github.angcyo:DslAdapter:3.0.0-binding'
+ implementation 'com.github.angcyo:DslAdapter:6.0.2-binding'
150
151
//support版请使用(不保证及时更新)
152
implementation 'com.github.angcyo:DslAdapter:1.2.0'
0 commit comments