Skip to content

Commit

Permalink
build(deps): bump dagger-compiler from 2.37 to 2.38 in /app (#4102)
Browse files Browse the repository at this point in the history
Bumps [dagger-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:dagger-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 5ffe7de commit 49b70c7
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 @@ -82,7 +82,7 @@ dependencies {

implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")

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

Expand Down

0 comments on commit 49b70c7

Please sign in to comment.