From b91cd1a77260043eb0f4eb4d55cbf4c5a7018929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 08:03:28 +0000 Subject: [PATCH] Bump com.google.dagger:hilt-android from 2.37 to 2.45 Bumps [com.google.dagger:hilt-android](https://github.com/google/dagger) from 2.37 to 2.45. - [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.37...dagger-2.45) --- 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 +- downloader/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a142326..fbdc1f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -136,7 +136,7 @@ android { implementation 'com.github.Zhuinden:fragmentviewbindingdelegate-kt:1.0.0' //dagger hilt - implementation "com.google.dagger:hilt-android:2.37" + implementation "com.google.dagger:hilt-android:2.45" kapt "com.google.dagger:hilt-compiler:2.40.5" diff --git a/downloader/build.gradle b/downloader/build.gradle index f3831d7..841e80b 100644 --- a/downloader/build.gradle +++ b/downloader/build.gradle @@ -46,6 +46,6 @@ dependencies { implementation 'joda-time:joda-time:2.10.10' - implementation 'com.google.dagger:hilt-android:2.37' + implementation 'com.google.dagger:hilt-android:2.45' kapt 'com.google.dagger:hilt-compiler:2.40.5' }