From 9689b18f2603906fd3b8488a400f39d6de55865d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:25:51 +0100 Subject: [PATCH] chore(deps): update hilt to v2.50 (#605) 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 0e84a604..afa3360d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ androidx-swiperefreshlayout = "1.1.0" androidx-tv = "1.0.0-alpha10" androidx-work = "2.9.0" coil = "2.5.0" -hilt = "2.48.1" +hilt = "2.50" compose-destinations = "1.9.56" jellyfin = "1.4.6" kotlin = "1.9.21"