From 832bb67212eff5c46b20a291efced3a6dc3056dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:35:29 +0000 Subject: [PATCH] Bump com.google.dagger:hilt-android from 2.42 to 2.50 Bumps [com.google.dagger:hilt-android](https://github.com/google/dagger) from 2.42 to 2.50. - [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.42...dagger-2.50) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0d502a1d..b8fcfb33 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { implementation 'dev.arkbuilders:arklib:0.3.3' implementation 'androidx.preference:preference:1.2.0' - implementation "com.google.dagger:hilt-android:2.42" + implementation "com.google.dagger:hilt-android:2.50" kapt "com.google.dagger:hilt-compiler:2.42" kapt 'androidx.hilt:hilt-compiler:1.0.0'