diff --git a/app/build.gradle b/app/build.gradle index d36b737c..3521e6e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,12 +127,12 @@ dependencies { // For instrumented tests. - androidTestImplementation("com.google.dagger:hilt-android-testing:2.41") + androidTestImplementation("com.google.dagger:hilt-android-testing:2.42") // ...with Kotlin. kaptAndroidTest("com.google.dagger:hilt-android-compiler:2.40") // For Robolectric tests. - testImplementation("com.google.dagger:hilt-android-testing:2.40.5") + testImplementation("com.google.dagger:hilt-android-testing:2.42") // ...with Kotlin. kaptTest("com.google.dagger:hilt-android-compiler:2.40")