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 4c90b31 commit 5ace367Copy full SHA for 5ace367
README.md
@@ -33,7 +33,7 @@ allprojects {
33
Next, add the dependency below to your **module**'s `build.gradle` file:
34
```gradle
35
dependencies {
36
- implementation "com.github.skydoves:androidribbon:1.0.3"
+ implementation "com.github.skydoves:androidribbon:1.0.4"
37
}
38
```
39
gradle.properties
@@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
31
GROUP=com.github.skydoves
32
POM_PACKAGING=aar
-VERSION_NAME=1.0.4-SNAPSHOT
+VERSION_NAME=1.0.5-SNAPSHOT
POM_ARTIFACT_ID=androidribbon
POM_NAME=androidribbon
0 commit comments