From 5c32242d37c9bcd9a91b48a65ed13aa9428af1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:50:14 +0000 Subject: [PATCH] Bump com.google.dagger:hilt-android-gradle-plugin from 2.44.2 to 2.49 Bumps [com.google.dagger:hilt-android-gradle-plugin](https://github.com/google/dagger) from 2.44.2 to 2.49. - [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.49) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd3db4d..c7c8cca 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { dependencies { - classpath 'com.google.dagger:hilt-android-gradle-plugin:2.44.2' + classpath 'com.google.dagger:hilt-android-gradle-plugin:2.49' } } plugins {