diff --git a/build.gradle b/build.gradle index e113ff3..67ea58b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.0.0' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10' - classpath "com.google.dagger:hilt-android-gradle-plugin:2.46.1" + classpath "com.google.dagger:hilt-android-gradle-plugin:2.49" } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {