diff --git a/android_app/build.gradle b/android_app/build.gradle index 5b319ca..976c1c0 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.49" apply false } allprojects {