From 93a5e02091633e67ba94f4c616d54278901e44e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:33:35 +0000 Subject: [PATCH] Update plugin com.google.dagger.hilt.android to v2.49 --- 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..976c1c0 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.49" apply false } allprojects {