[Android]: Bump com.google.dagger:hilt-android-testing (#329)

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-02-16 22:38:37 +05:30
committed by GitHub
parent ec5787e6fd
commit 7d1e46b19d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -111,12 +111,12 @@ dependencies {
// For instrumented tests.
androidTestImplementation("com.google.dagger:hilt-android-testing:2.44.2")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.45")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:$hilt_version")
// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.44")
testImplementation("com.google.dagger:hilt-android-testing:2.45")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:$hilt_version")
+2 -2
View File
@@ -132,12 +132,12 @@ dependencies {
// For instrumented tests.
androidTestImplementation("com.google.dagger:hilt-android-testing:2.44.2")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.45")
// ...with Kotlin.
kaptAndroidTest("com.google.dagger:hilt-android-compiler:$hilt_version")
// For Robolectric tests.
testImplementation("com.google.dagger:hilt-android-testing:2.44")
testImplementation("com.google.dagger:hilt-android-testing:2.45")
// ...with Kotlin.
kaptTest("com.google.dagger:hilt-android-compiler:$hilt_version")