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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-04-29 16:31:45 +05:30
committed by GitHub
parent cdf5628c15
commit c9ff6592c9

View File

@@ -162,12 +162,12 @@ dependencies {
// For instrumented tests.
androidTestImplementation("com.google.dagger:hilt-android-testing:2.45")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.46")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:$hilt_version")
// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.45")
testImplementation("com.google.dagger:hilt-android-testing:2.46")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:$hilt_version")