[Android]: Bump hilt-android-testing from 2.43.2 to 2.44 (#234)

Bumps [hilt-android-testing](https://github.com/google/dagger) from 2.43.2 to 2.44.
- [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.43.2...dagger-2.44)

---
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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-09-24 19:55:28 +05:30
committed by GitHub
parent 1ef4a32393
commit c1df8051f1
+2 -2
View File
@@ -111,12 +111,12 @@ dependencies {
// For instrumented tests.
androidTestImplementation("com.google.dagger:hilt-android-testing:2.43.2")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.44")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:$hilt_version")
// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.43.1")
testImplementation("com.google.dagger:hilt-android-testing:2.44")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:$hilt_version")