From f694ebfa376becc4cd832ceff722e7d046eb5fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 12:04:59 +0100 Subject: [PATCH] Bump hilt-android-gradle-plugin from 2.38.1 to 2.40.5 (#5) Bumps [hilt-android-gradle-plugin](https://github.com/google/dagger) from 2.38.1 to 2.40.5. - [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.38.1...dagger-2.40.5) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4d2b691..d618ac7 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.38.1' + classpath 'com.google.dagger:hilt-android-gradle-plugin:2.40.5' // Safe Navigation