Skip to content

Commit

Permalink
Update dependency com.github.skydoves:balloon-compose to v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent 4b3eb00 commit d526f03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/systemDesign/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {
implementation(libs.url.preview)

//Balloon.
implementation ("com.github.skydoves:balloon-compose:1.6.4")
implementation ("com.github.skydoves:balloon-compose:1.6.5")
}
2 changes: 1 addition & 1 deletion ui/features/note/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation (libs.sketchbook)

//Balloon.
implementation ("com.github.skydoves:balloon-compose:1.6.4")
implementation ("com.github.skydoves:balloon-compose:1.6.5")

//Swipe.
implementation (libs.swipe)
Expand Down
2 changes: 1 addition & 1 deletion ui/screens/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation (libs.sketchbook)

//Balloon.
implementation ("com.github.skydoves:balloon-compose:1.6.4")
implementation ("com.github.skydoves:balloon-compose:1.6.5")

//Swipe.
implementation (libs.swipe)
Expand Down

0 comments on commit d526f03

Please sign in to comment.