From 1172d03f165a888e7ef20e205856105a85b04caf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 03:39:12 +0000 Subject: [PATCH] Update plugin com.google.dagger.hilt.android to v2.47 --- 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..e857ebe 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.47" apply false } allprojects {