From 45b97ddd8e6d6843fb4fc8dcfff0d032318ec304 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:45:15 +0000 Subject: [PATCH] Update hilt to v2.53 (#112) 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 90220fa..657e95e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidxTest = "1.6.2" spotless = "6.21.0" nexusPlugin = "0.30.0" androidxHiltNavigationCompose = "1.2.0" -hilt = "2.52" +hilt = "2.53" gson = "2.11.0" [plugins]