From 308c7139c4a81b5f5c1f6bdf5a9c5c88e109b291 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:46:39 +0000 Subject: [PATCH] Update plugin com.google.dagger.hilt.android to v2.55 --- android_app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/build.gradle b/android_app/build.gradle index 5b319ca..9b323e6 100644 --- a/android_app/build.gradle +++ b/android_app/build.gradle @@ -13,7 +13,7 @@ buildscript { } plugins { - id("com.google.dagger.hilt.android") version "2.44" apply false + id("com.google.dagger.hilt.android") version "2.55" apply false } allprojects {