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