diff --git a/app/build.gradle b/app/build.gradle index 5b2db002..21c8eb6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,7 +128,7 @@ dependencies { // For instrumented tests. - androidTestImplementation("com.google.dagger:hilt-android-testing:2.43.1") + androidTestImplementation("com.google.dagger:hilt-android-testing:2.43.2") // ...with Kotlin. kaptAndroidTest("com.google.dagger:hilt-android-compiler:$hilt_version")