Skip to content

Commit

Permalink
build(deps): bump hilt-android-compiler from 2.37 to 2.38 in /app (#4101
Browse files Browse the repository at this point in the history
)

Bumps [hilt-android-compiler](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-compiler
  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 24, 2021
1 parent 78e9acc commit 5ffe7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ dependencies {

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

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

0 comments on commit 5ffe7de

Please sign in to comment.