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 d3986d1 commit 5319ef2Copy full SHA for 5319ef2
README.md
@@ -37,7 +37,7 @@ allprojects {
37
And add a dependency code to your **module**'s `build.gradle` file.
38
```gradle
39
dependencies {
40
- implementation "com.github.skydoves:androidveil:1.1.1"
+ implementation "com.github.skydoves:androidveil:1.1.2"
41
}
42
```
43
gradle.properties
@@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
31
GROUP=com.github.skydoves
32
POM_PACKAGING=aar
33
34
-VERSION_NAME=1.1.2-SNAPSHOT
+VERSION_NAME=1.1.3-SNAPSHOT
35
36
POM_ARTIFACT_ID=androidveil
POM_NAME=androidveil
0 commit comments