Skip to content

Commit

Permalink
build(deps): bump hilt-android-testing from 2.37 to 2.38 in /app (#4103)
Browse files Browse the repository at this point in the history
Bumps [hilt-android-testing](https://github.com/google/dagger) from 2.37 to 2.38.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.37...dagger-2.38)

---
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>
  • Loading branch information
dependabot[bot] committed Jul 27, 2021
1 parent 1111c73 commit be6c816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -183,7 +183,7 @@ dependencies {
androidTestUtil("androidx.test:orchestrator:1.4.0")

// Hilt for Android Testing
androidTestImplementation("com.google.dagger:hilt-android-testing:2.37")
androidTestImplementation("com.google.dagger:hilt-android-testing:2.38")
kaptAndroidTest("com.google.dagger:hilt-android-compiler:2.38")

androidTestImplementation("androidx.test:runner:1.3.0") { exclude("junit") }
Expand Down

0 comments on commit be6c816

Please sign in to comment.