From f4ee88147436b66043a0058277e6c708730af5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:53:46 +0000 Subject: [PATCH] Bump com.google.dagger:hilt-android from 2.51.1 to 2.52 Bumps [com.google.dagger:hilt-android](https://github.com/google/dagger) from 2.51.1 to 2.52. - [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.1...dagger-2.52) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f36bf40..f5a7d1f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -201,7 +201,7 @@ dependencies { implementation("com.mikepenz:aboutlibraries:11.2.2") //Dagger-hilt - implementation ("com.google.dagger:hilt-android:2.51.1") + implementation ("com.google.dagger:hilt-android:2.52") ksp ("com.google.dagger:hilt-android-compiler:2.52") ksp ("androidx.hilt:hilt-compiler:1.2.0")