From 47b2d83b48e08d2b31bb4ac05ba022fdb4d8624f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 20:35:46 -0500 Subject: [PATCH] Bump com.google.dagger:hilt-android-gradle-plugin from 2.44.2 to 2.45 (#3331) Bumps [com.google.dagger:hilt-android-gradle-plugin](https://github.com/google/dagger) from 2.44.2 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.44.2...dagger-2.45) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android-gradle-plugin 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> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0c552355925..c64e06b6a2e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ buildscript { classpath("com.google.firebase:firebase-appdistribution-gradle:3.2.0") classpath("de.mannodermaus.gradle.plugins:android-junit5:1.8.2.1") classpath("com.github.triplet.gradle:play-publisher:3.8.1") - classpath("com.google.dagger:hilt-android-gradle-plugin:2.44.2") + classpath("com.google.dagger:hilt-android-gradle-plugin:2.45") } }