diff --git a/app/build.gradle b/app/build.gradle index 5f9ba4a..71fb46b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -117,7 +117,7 @@ dependencies { testImplementation "org.robolectric:robolectric:4.5.1" androidTestImplementation 'com.google.dagger:hilt-android-testing:2.46.1' - kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.46.1' + kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.50' // Instrumented Unit Tests androidTestImplementation "junit:junit:4.13.2"