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 +}