From 47e99cabac1d3c09b3ee158f2f546a937b1fbc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:24:31 -0700 Subject: [PATCH] chore(deps): bump com.google.dagger:hilt-compiler (#1076) Bumps [com.google.dagger:hilt-compiler](https://github.com/google/dagger) from 2.54 to 2.55. - [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.54...dagger-2.55) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0f2cda4b..50cf3951 100644 --- a/examples/example-clientlib-ktx-app/app/build.gradle +++ b/examples/example-clientlib-ktx-app/app/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation "androidx.hilt:hilt-navigation-compose:1.2.0" implementation "com.google.dagger:hilt-android:2.54" - kapt "com.google.dagger:hilt-compiler:2.54" + kapt "com.google.dagger:hilt-compiler:2.55" implementation 'com.solanamobile:rpc-core:0.2.8' implementation 'com.solanamobile:rpc-solana:0.2.8'