From b0583b8c7fd1cba46c4554e8755e9c5db5e4799b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 16:21:15 +0200 Subject: [PATCH] chore(deps): update hilt to v2.46 (#346) 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 13231d6c..c9e6dad9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidx-room = "2.5.1" androidx-swiperefreshlayout = "1.1.0" androidx-work = "2.8.1" glide = "4.15.1" -hilt = "2.45" +hilt = "2.46" jellyfin = "1.4.2" kotlin = "1.8.21" kotlinx-serialization = "1.5.0"