Skip to content

Build(deps): Bump com.github.skydoves:balloon from 1.7.6 to 2.0.0 - #6633

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.skydoves-balloon-2.0.0
Open

Build(deps): Bump com.github.skydoves:balloon from 1.7.6 to 2.0.0#6633
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.skydoves-balloon-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps com.github.skydoves:balloon from 1.7.6 to 2.0.0.

Release notes

Sourced from com.github.skydoves:balloon's releases.

2.0.0

Balloon 2.0.0 is a full rewrite on Compose Multiplatform. One artifact now runs on Android, iOS, Desktop and Web, and the API is composables and state instead of Context, View and XML.

If you need the View implementation, it stays available at 1.7.6 and is documented separately. Nothing about 1.x is going away.

Supported platforms

Target Artifact
Android balloon-android
Desktop (JVM) balloon-desktop
iOS (arm64) balloon-iosarm64
iOS (simulator, arm64) balloon-iossimulatorarm64
iOS (x64) balloon-iosx64
Web (Wasm) balloon-wasm-js

Gradle picks the right one. Depend on com.github.skydoves:balloon and nothing else.

Installation

Compose Multiplatform:

kotlin {
    sourceSets {
        commonMain.dependencies {
            implementation("com.github.skydoves:balloon:2.0.0")
        }
    }
}

Android only:

dependencies {
    implementation("com.github.skydoves:balloon:2.0.0")
}

balloon-compose is gone. It is folded into balloon.

Quick start

val style = rememberBalloonBuilder {
    setArrowSize(10.dp)
    setPadding(12.dp)
    setCornerRadius(8.dp)
    setBackgroundColor(Color(0xFF785EF0))
</tr></table> 

... (truncated)

Commits
  • 31c2e0a Update composeMultiplatform to v1.12.0 (#1014)
  • ab91249 Merge pull request #983 from skydoves/feature/kmp
  • 41e3453 Stop tracking Xcode per-user state
  • 3671265 Drop --scan from the release build too
  • 8edf8b9 Make the Renovate AGP freeze actually match
  • 2b24d1f Pin AGP to 9.3.0-alpha01
  • e626202 Bring the GitHub Actions up to date
  • 2b316e7 Migrate to Kotlin 2.4.10
  • 84976ba Document the golden screenshot workflow
  • fd32b32 Add a golden screenshot suite for the rendering surface
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2026
Bumps [com.github.skydoves:balloon](https://github.com/skydoves/balloon) from 1.7.6 to 2.0.0.
- [Release notes](https://github.com/skydoves/balloon/releases)
- [Commits](skydoves/Balloon@1.7.6...2.0.0)

---
updated-dependencies:
- dependency-name: com.github.skydoves:balloon
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/com.github.skydoves-balloon-2.0.0 branch from 774c9b7 to a96b589 Compare September 2, 2026 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants