From 6096cc890b1fe1e4bdf6e140050199405a7ccc3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:43:52 +0100 Subject: [PATCH] fix(deps): update compose.destinations to v1.10.1 (#666) 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 c9592dbf..f62a1f36 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ androidx-tv = "1.0.0-alpha10" androidx-work = "2.9.0" coil = "2.5.0" hilt = "2.50" -compose-destinations = "1.10.0" +compose-destinations = "1.10.1" jellyfin = "1.4.6" kotlin = "1.9.22" kotlinx-serialization = "1.6.2"