From 61f72936a6aae9a8e977e7cc143f076b4cb09a2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:39:58 +0000 Subject: [PATCH] Update plugin com.google.dagger.hilt.android to v2.50 --- 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..77b53e4 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.50" apply false } allprojects {