Skip to content

Commit

Permalink
Show toasts on UI thread and prevent exception throw (closes #307)
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Jun 24, 2024
1 parent 76f2954 commit 5e6ed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/plugins/spmp/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SpMpDeps(extra: Map<String, Any>) {
val dependencies: Map<String, DependencyInfo> =
mapOf(
"dev.toastbits.composekit" to DependencyInfo(
version = "058e48e95f",
version = "6788078322",
name = "ComposeKit",
author = "toasterofbread",
url = "https://github.com/toasterofbread/composekit",
Expand Down

0 comments on commit 5e6ed9c

Please sign in to comment.