fix(deps): update dependency com.google.dagger:hilt-android-testing to v2.51.1 (#827)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-12 12:27:29 +00:00
committed by GitHub
parent 9f2c162172
commit 370a03b107

View File

@@ -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}")