From a351f51990b3c676ecf23bfb5e0f04be2e841a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 07:21:30 +0000 Subject: [PATCH] [Android]: Bump hilt-android-testing from 2.41 to 2.42 Bumps [hilt-android-testing](https://github.com/google/dagger) from 2.41 to 2.42. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.41...dagger-2.42) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d36b737c..3521e6e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,12 +127,12 @@ dependencies { // For instrumented tests. - androidTestImplementation("com.google.dagger:hilt-android-testing:2.41") + androidTestImplementation("com.google.dagger:hilt-android-testing:2.42") // ...with Kotlin. kaptAndroidTest("com.google.dagger:hilt-android-compiler:2.40") // For Robolectric tests. - testImplementation("com.google.dagger:hilt-android-testing:2.40.5") + testImplementation("com.google.dagger:hilt-android-testing:2.42") // ...with Kotlin. kaptTest("com.google.dagger:hilt-android-compiler:2.40")