We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a923089 commit aa6a222Copy full SHA for aa6a222
README.md
@@ -8,7 +8,7 @@ This library is a set of simple wrapper classes that are aimed to help you easil
8
## Gradle
9
Add this into your dependencies block.
10
```
11
-compile 'com.yarolegovich:lovely-dialog:1.1.0'
+compile 'com.yarolegovich:lovely-dialog:1.1.1'
12
13
14
## Wiki
sample/build.gradle
@@ -27,5 +27,5 @@ dependencies {
27
implementation deps.androidxCore
28
implementation deps.annotations
29
implementation deps.androidxCompat
30
- implementation project(':library')
+ implementation 'com.yarolegovich:lovely-dialog:1.1.1'
31
}
0 commit comments