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