From e715e12af07ec5e820af5c0f7ecd9b4354715e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:51:28 +0000 Subject: [PATCH] chore(deps): bump com.google.dagger:hilt-android Bumps [com.google.dagger:hilt-android](https://github.com/google/dagger) from 2.51 to 2.51.1. - [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.51...dagger-2.51.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] --- 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 2d9c90b48..4a34390df 100644 --- a/examples/example-clientlib-ktx-app/app/build.gradle +++ b/examples/example-clientlib-ktx-app/app/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.8.2' implementation "androidx.hilt:hilt-navigation-compose:1.2.0" - implementation "com.google.dagger:hilt-android:2.51" + implementation "com.google.dagger:hilt-android:2.51.1" kapt "com.google.dagger:hilt-compiler:2.51" implementation 'com.github.metaplex-foundation:SolanaKT:2.1.1'