Skip to content

Commit

Permalink
Prepare the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 14, 2022
1 parent 2aeede9 commit 77c94f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,12 @@
## Including in your project
[![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)

### Gradle
Add the code below to your **root** `build.gradle` file:
```Gradle
allprojects {
repositories {
mavenCentral()
}
}
```
Next, add the dependency below to your **module**'s `build.gradle` file.
### Gradle
Add the dependency below to your **module**'s `build.gradle` file:

```gradle
dependencies {
implementation "com.github.skydoves:balloon:1.4.1"
implementation "com.github.skydoves:balloon:1.4.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
GROUP=com.github.skydoves
POM_PACKAGING=aar

VERSION_NAME=1.4.2-SNAPSHOT
VERSION_NAME=1.4.3-SNAPSHOT

POM_ARTIFACT_ID=balloon
POM_NAME=balloon
Expand Down

0 comments on commit 77c94f0

Please sign in to comment.