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 15bdec2 commit 20c7848Copy full SHA for 20c7848
2 files changed
README.md
@@ -36,7 +36,7 @@ allprojects {
36
And add a dependency code to your **module**'s `build.gradle` file.
37
```gradle
38
dependencies {
39
- implementation "com.github.skydoves:balloon:1.3.9"
+ implementation "com.github.skydoves:balloon:1.4.0"
40
}
41
```
42
## SNAPSHOT
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.4.0-SNAPSHOT
+VERSION_NAME=1.4.1-SNAPSHOT
35
POM_ARTIFACT_ID=balloon
POM_NAME=balloon
0 commit comments