Skip to content

Commit aa6a222

Browse files
committed
Published androidx version
1 parent a923089 commit aa6a222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This library is a set of simple wrapper classes that are aimed to help you easil
88
## Gradle
99
Add this into your dependencies block.
1010
```
11-
compile 'com.yarolegovich:lovely-dialog:1.1.0'
11+
compile 'com.yarolegovich:lovely-dialog:1.1.1'
1212
```
1313

1414
## Wiki

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ dependencies {
2727
implementation deps.androidxCore
2828
implementation deps.annotations
2929
implementation deps.androidxCompat
30-
implementation project(':library')
30+
implementation 'com.yarolegovich:lovely-dialog:1.1.1'
3131
}

0 commit comments

Comments
 (0)