File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4134dependencies {
42- implementation "com.github.skydoves:balloon:1.4.1 "
35+ implementation "com.github.skydoves:balloon:1.4.2 "
4336}
4437```
4538
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3131GROUP =com.github.skydoves
3232POM_PACKAGING =aar
3333
34- VERSION_NAME =1.4.2 -SNAPSHOT
34+ VERSION_NAME =1.4.3 -SNAPSHOT
3535
3636POM_ARTIFACT_ID =balloon
3737POM_NAME =balloon
You can’t perform that action at this time.
0 commit comments