Update dependency com.google.dagger:hilt-android-testing to v2.53 (#1016)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-04 23:41:51 +05:30
committed by GitHub
parent 63045e0e9d
commit 8a3c3b0ff2

View File

@@ -151,12 +151,12 @@ dependencies {
implementation("com.journeyapps:zxing-android-embedded:4.3.0")
// For instrumented tests.
androidTestImplementation("com.google.dagger:hilt-android-testing:2.52")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.53")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.52")
testImplementation("com.google.dagger:hilt-android-testing:2.53")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:${Versions.hilt}")