Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Apr 28, 2020
1 parent 22fa019 commit 64cd5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ allprojects {

```kotlin
dependencies {
implementation 'com.github.angcyo:DslItem:1.0.2'
implementation 'com.github.angcyo:DslItem:1.0.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion dslitem/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

api 'androidx.constraintlayout:constraintlayout:1.1.3'
api 'androidx.recyclerview:recyclerview:1.1.0'
api 'com.github.angcyo:DslAdapter:2.2.5'
api 'com.github.angcyo:DslAdapter:2.2.6'
api 'com.github.angcyo:DslSpan:1.0.1'
api 'com.github.angcyo:DslButton:1.1.0'
}

0 comments on commit 64cd5c7

Please sign in to comment.