Skip to content

Commit

Permalink
Published androidx version
Browse files Browse the repository at this point in the history
  • Loading branch information
yarolegovich committed Jul 30, 2020
1 parent a923089 commit aa6a222
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 @@ -8,7 +8,7 @@ This library is a set of simple wrapper classes that are aimed to help you easil
## Gradle
Add this into your dependencies block.
```
compile 'com.yarolegovich:lovely-dialog:1.1.0'
compile 'com.yarolegovich:lovely-dialog:1.1.1'
```

## Wiki
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {
implementation deps.androidxCore
implementation deps.annotations
implementation deps.androidxCompat
implementation project(':library')
implementation 'com.yarolegovich:lovely-dialog:1.1.1'
}

0 comments on commit aa6a222

Please sign in to comment.