From 397433d706dbd88f55984bda02842e10a567a26b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:36:01 -0700 Subject: [PATCH] chore(deps): bump com.google.dagger:hilt-android-compiler in /app (#258) Bumps [com.google.dagger:hilt-android-compiler](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-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> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5671c33..f5fe855 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { // Hilt implementation libs.hilt.android - kapt "com.google.dagger:hilt-android-compiler:2.51.1" + kapt "com.google.dagger:hilt-android-compiler:2.52" implementation project(':places-ktx') }