From d95e393c57bbe79584c9fb91f8d748bc35a4c81e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:57:00 +0530 Subject: [PATCH] Update hilt to v2.54 (#1180) 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 0118a5cfd..1c68d022d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ androidxNavigation = "2.8.5" androidxTestCore = "1.5.0" androidxTestExt = "1.2.1" coil = "2.7.0" -hilt = "2.53.1" +hilt = "2.54" junit4 = "4.13.2" kotlin = "2.1.0" kotlinxCoroutines = "1.9.0"