diff --git a/app/build.gradle b/app/build.gradle index fc45559e..394b47f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -162,12 +162,12 @@ dependencies { // For instrumented tests. - androidTestImplementation("com.google.dagger:hilt-android-testing:2.45") + androidTestImplementation("com.google.dagger:hilt-android-testing:2.46") // ...with Kotlin. kaptAndroidTest("com.google.dagger:hilt-android-compiler:$hilt_version") // For Robolectric tests. - testImplementation("com.google.dagger:hilt-android-testing:2.45") + testImplementation("com.google.dagger:hilt-android-testing:2.46") // ...with Kotlin. kaptTest("com.google.dagger:hilt-android-compiler:$hilt_version")