Skip to content

Commit

Permalink
Bump com.google.dagger.hilt.android from 2.46.1 to 2.47
Browse files Browse the repository at this point in the history
Bumps [com.google.dagger.hilt.android](https://github.com/google/dagger) from 2.46.1 to 2.47.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.46.1...dagger-2.47)

---
updated-dependencies:
- dependency-name: com.google.dagger.hilt.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Alberto97 committed Jul 16, 2023
1 parent bd3a739 commit 68d9368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version agpVersion apply false
id("com.android.library") version agpVersion apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
id("com.google.dagger.hilt.android") version "2.46.1" apply false
id("com.google.dagger.hilt.android") version "2.47" apply false
id("org.gradle.android.cache-fix") version "2.7.2" apply false
}

Expand Down

0 comments on commit 68d9368

Please sign in to comment.