Skip to content

Commit

Permalink
fix(deps): update slack.circuit to v0.19.0 (#842)
Browse files Browse the repository at this point in the history
* fix(deps): update slack.circuit to v0.19.0

* Update named parameter for back stack

* Update named parameter for back stack on desktop

---------

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <[email protected]>
  • Loading branch information
playground-manager[bot] and ashdavies authored Feb 11, 2024
1 parent b071433 commit 82391d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal class LauncherActivity : ComposeActivity(content = {

NavigableCircuitContent(
navigator = rememberCircuitNavigator(backStack),
backstack = backStack,
backStack = backStack,
)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public fun main(args: Array<String>) {

NavigableCircuitContent(
navigator = rememberCircuitNavigator(backStack, ::exitApplication),
backstack = backStack,
backStack = backStack,
decoration = KeyNavigationDecoration(
decoration = circuit.defaultNavDecoration,
onBackInvoked = backStack::pop,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kotlinx-serialization = "1.6.2"
ktor = "2.3.8"
paging-compose = "3.2.0-alpha05-0.2.3"
pinterest-ktlint = "0.50.0"
slack-circuit = "0.18.2"
slack-circuit = "0.19.0"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
Expand Down

0 comments on commit 82391d7

Please sign in to comment.