Skip to content

Commit 77c94f0

Browse files
committed
Prepare the next release
1 parent 2aeede9 commit 77c94f0

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,12 @@
2727
## Including in your project
2828
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/balloon.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.skydoves%22%20AND%20a:%22balloon%22)
2929

30-
### Gradle
31-
Add the code below to your **root** `build.gradle` file:
32-
```Gradle
33-
allprojects {
34-
repositories {
35-
mavenCentral()
36-
}
37-
}
38-
```
39-
Next, add the dependency below to your **module**'s `build.gradle` file.
30+
### Gradle
31+
Add the dependency below to your **module**'s `build.gradle` file:
32+
4033
```gradle
4134
dependencies {
42-
implementation "com.github.skydoves:balloon:1.4.1"
35+
implementation "com.github.skydoves:balloon:1.4.2"
4336
}
4437
```
4538

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3131
GROUP=com.github.skydoves
3232
POM_PACKAGING=aar
3333

34-
VERSION_NAME=1.4.2-SNAPSHOT
34+
VERSION_NAME=1.4.3-SNAPSHOT
3535

3636
POM_ARTIFACT_ID=balloon
3737
POM_NAME=balloon

0 commit comments

Comments
 (0)