From cb160a876442c50b1b0e46a21d28552356c73171 Mon Sep 17 00:00:00 2001 From: Mohammed Basim <80418737+BFK78@users.noreply.github.com> Date: Tue, 4 Jan 2022 10:10:37 +0530 Subject: [PATCH] updated gradle hilt android plugin version to 2.40.5 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4cf8e59..6300172 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath "com.android.tools.build:gradle:7.0.0-alpha12" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30" - classpath "com.google.dagger:hilt-android-gradle-plugin:2.31.2-alpha" + classpath "com.google.dagger:hilt-android-gradle-plugin:2.40.5-alpha" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } @@ -18,4 +18,4 @@ buildscript { task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +}