diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c4d827ca..4fe7f99f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -146,12 +146,12 @@ dependencies { // For instrumented tests. - androidTestImplementation("com.google.dagger:hilt-android-testing:2.48.1") + androidTestImplementation("com.google.dagger:hilt-android-testing:2.51") // ...with Kotlin. kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}") // For Robolectric tests. - testImplementation("com.google.dagger:hilt-android-testing:2.48.1") + testImplementation("com.google.dagger:hilt-android-testing:2.51") // ...with Kotlin. kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")