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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-02 07:11:43 +00:00
committed by GitHub
parent b1fbc6bc56
commit bb1f06a3ac

View File

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