From 758fc7e8f23034d136c714961d6affdb0b1623f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:26:49 +0000 Subject: [PATCH] chore(deps): bump com.google.dagger:hilt-android Bumps [com.google.dagger:hilt-android](https://github.com/google/dagger) from 2.53.1 to 2.54. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.53.1...dagger-2.54) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/example-clientlib-ktx-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-clientlib-ktx-app/app/build.gradle b/examples/example-clientlib-ktx-app/app/build.gradle index 85efb135..0f2cda4b 100644 --- a/examples/example-clientlib-ktx-app/app/build.gradle +++ b/examples/example-clientlib-ktx-app/app/build.gradle @@ -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.1" + implementation "com.google.dagger:hilt-android:2.54" kapt "com.google.dagger:hilt-compiler:2.54" implementation 'com.solanamobile:rpc-core:0.2.8'