From de4d2fb3598707e9627273d1a0c2df6bd74728f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:50:18 +0200 Subject: [PATCH] fix(deps): update hilt to v2.48.1 (#538) 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 59a700acf4..ae6a7918a1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ androidx-room = "2.5.2" androidx-swiperefreshlayout = "1.1.0" androidx-work = "2.8.1" coil = "2.4.0" -hilt = "2.48" +hilt = "2.48.1" jellyfin = "1.4.4" kotlin = "1.9.10" kotlinx-serialization = "1.6.0"