From bc3797a004a4f19ea0c9e7fe877c9fead5279cb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:25:34 +0000 Subject: [PATCH] fix(deps): update hilt_version to v2.52 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 88cd1b8ead..f4ea5dc872 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { ext { kotlinVersion = '2.0.21' - hilt_version = '2.44' + hilt_version = '2.52' } repositories {