From d8636362593f5c6e5c7298cda09abb88edf9907a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 04:09:25 +0000 Subject: [PATCH] =?UTF-8?q?`=F0=9F=A4=96BOT`=20Bump=20com.google.dagger.hi?= =?UTF-8?q?lt.android=20from=202.45=20to=202.46?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [com.google.dagger.hilt.android](https://github.com/google/dagger) from 2.45 to 2.46. - [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) --- updated-dependencies: - dependency-name: com.google.dagger.hilt.android 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 7ba2c20..5ce7f98 100644 --- a/build.gradle +++ b/build.gradle @@ -7,5 +7,5 @@ plugins { id 'com.android.application' version '7.4.1' apply false id 'com.android.library' version '7.4.1' apply false id 'org.jetbrains.kotlin.android' version '1.8.10' apply false - id 'com.google.dagger.hilt.android' version '2.45' apply false + id 'com.google.dagger.hilt.android' version '2.46' apply false } \ No newline at end of file