Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent d592de0 commit 51cf3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-clientlib-ktx-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation 'androidx.activity:activity-compose:1.9.3'
implementation "androidx.hilt:hilt-navigation-compose:1.2.0"

implementation "com.google.dagger:hilt-android:2.53"
implementation "com.google.dagger:hilt-android:2.53.1"
kapt "com.google.dagger:hilt-compiler:2.53.1"

implementation 'com.solanamobile:rpc-core:0.2.8'
Expand Down

0 comments on commit 51cf3c1

Please sign in to comment.