Skip to content

Commit

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

---
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 Dec 9, 2024
1 parent 370c1f8 commit 1a8cda3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ android {
}

dependencies {
api("com.google.dagger:hilt-android:2.52")
api("com.google.dagger:hilt-android:2.53")
api("androidx.hilt:hilt-navigation-fragment:1.2.0")
ksp("com.google.dagger:hilt-android-compiler:2.52")
ksp("com.google.dagger:hilt-android-compiler:2.53")
implementation project(path: ':core')
implementation project(path: ':data')
implementation project(path: ':dependencies')
Expand Down
4 changes: 2 additions & 2 deletions dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ dependencies {
api "com.github.skydoves:landscapist-placeholder:$landscapist_version"

// Hilt
api("com.google.dagger:hilt-android:2.52")
api("com.google.dagger:hilt-android:2.53")
api("androidx.hilt:hilt-navigation-fragment:1.2.0")
ksp("com.google.dagger:hilt-android-compiler:2.52")
ksp("com.google.dagger:hilt-android-compiler:2.53")

api "cafe.adriel.voyager:voyager-navigator:$voyager_compose"
api "cafe.adriel.voyager:voyager-hilt:$voyager_compose"
Expand Down
4 changes: 2 additions & 2 deletions feature-recipes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ android {
}

dependencies {
api("com.google.dagger:hilt-android:2.52")
api("com.google.dagger:hilt-android:2.53")
api("androidx.hilt:hilt-navigation-fragment:1.2.0")
ksp("com.google.dagger:hilt-android-compiler:2.52")
ksp("com.google.dagger:hilt-android-compiler:2.53")
implementation project(path: ':dependencies')
implementation project(path: ':core')
implementation project(path: ':data')
Expand Down

0 comments on commit 1a8cda3

Please sign in to comment.