From e5d3ee092a19801347c2421f18befccae8ff96c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 08:35:22 -0400 Subject: [PATCH] Bump com.google.dagger:hilt-android-gradle-plugin from 2.45 to 2.46.1 (#3546) Bumps [com.google.dagger:hilt-android-gradle-plugin](https://github.com/google/dagger) from 2.45 to 2.46.1. - [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.45...dagger-2.46.1) --- 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 b3acd510712..979abef0e7d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ buildscript { classpath("com.google.firebase:firebase-appdistribution-gradle:4.0.0") classpath("de.mannodermaus.gradle.plugins:android-junit5:1.9.3.0") classpath("com.github.triplet.gradle:play-publisher:3.8.3") - classpath("com.google.dagger:hilt-android-gradle-plugin:2.45") + classpath("com.google.dagger:hilt-android-gradle-plugin:2.46.1") } }