Balloon


Implementation

Using Version Catalog

# libs.versions.toml
balloon = "1.7.4"
balloon = { group = "com.github.skydoves", name = "balloon", version.ref = "balloon"}

With Version Catalog

// build.gradle.kts
implementation(libs.balloon)

Without Version Catalog

// build.gradle.kts
implementation("com.github.skydoves:balloon:1.7.4")

External Links

Visit Balloon Documentation →