From 0c8769f6abc8e619d6761ff6844f0b720741c7ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:38:55 +0000 Subject: [PATCH] Update dependency com.google.dagger:hilt-android to v2.52 --- android_app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index fff30e7..0ab4898 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1" implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.1" implementation "com.google.android.material:material:1.9.0" - implementation "com.google.dagger:hilt-android:2.44" + implementation "com.google.dagger:hilt-android:2.52" kapt "com.google.dagger:hilt-android-compiler:2.47" ktlint("com.pinterest:ktlint:0.48.2") { attributes {