From fba600d600756be7593a65f31da73ad69dce9ba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 19:09:20 +0000 Subject: [PATCH] Update composeDestinations to v1.10.1 (#219) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d389777..e82bc99 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,7 +76,7 @@ accompanistVersion = "0.34.0" # https://developer.android.com/jetpack/androidx/releases/compose-material materialCompose = "1.6.2" # https://github.com/raamcosta/compose-destinations/releases -composeDestinations = "1.9.63" +composeDestinations = "1.10.1" # https://developer.android.com/jetpack/androidx/releases/hilt androidxHilt = "1.2.0" # https://github.com/ktorio/ktor/releases