Skip to content

Commit

Permalink
build(deps): bump dagger from 2.37 to 2.38 in /app (#4108)
Browse files Browse the repository at this point in the history
Bumps [dagger](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:dagger
  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>
Co-authored-by: Pierre Slamich <pierre@openfoodfacts.org>
  • Loading branch information
dependabot[bot] and teolemon committed Jul 24, 2021
1 parent 49b70c7 commit c9ca8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")

kapt("com.google.dagger:dagger-compiler:2.38")
implementation("com.google.dagger:dagger:2.37")
implementation("com.google.dagger:dagger:2.38")
implementation("com.google.dagger:hilt-android:${rootProject.extra["hiltVersion"]}")

kapt("com.google.dagger:hilt-compiler:${rootProject.extra["hiltVersion"]}")
Expand Down

0 comments on commit c9ca8ea

Please sign in to comment.