Skip to content

Commit

Permalink
Release a new version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Mar 12, 2021
1 parent d0c6c1d commit 1f89e05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,20 @@
</p>

## Balloon
[![Download](https://api.bintray.com/packages/devmagician/maven/orchestra-balloon/images/download.svg) ](https://bintray.com/devmagician/maven/orchestra-balloon/_latestVersion) <br>
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/orchestra-balloon.svg?label=Maven%20Central)](https://search.maven.org/search?q=orchestra-balloon)<br>

Add below codes to your **root** `build.gradle` file (not your module build.gradle file).
```gradle
allprojects {
repositories {
mavenCentral()
}
}
```
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:orchestra-balloon:1.0.3"
implementation "com.github.skydoves:orchestra-balloon:1.0.4"
}
```

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

VERSION_NAME=1.0.4-SNAPSHOT
VERSION_NAME=1.0.5-SNAPSHOT

POM_URL=https://github.com/skydoves/orchestra/
POM_SCM_URL=https://github.com/skydoves/orchestra/
Expand Down

0 comments on commit 1f89e05

Please sign in to comment.