From 0ac4bb9c01bc04e7a5863b60f265878c98dd4cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:14:05 +0530 Subject: [PATCH] [Android]: Bump hilt_version from 2.43.1 to 2.43.2 (#205) Bumps `hilt_version` from 2.43.1 to 2.43.2. Updates `hilt-android-gradle-plugin` from 2.43.1 to 2.43.2 - [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.43.1...dagger-2.43.2) Updates `hilt-android` from 2.43.1 to 2.43.2 - [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.43.1...dagger-2.43.2) Updates `hilt-android-compiler` from 2.43.1 to 2.43.2 - [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.43.1...dagger-2.43.2) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.dagger:hilt-android-compiler dependency-type: direct:production update-type: version-update:semver-patch ... 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 0825c4fe..749bfd89 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { lifecycle_version = "2.5.1" room_version = "2.4.2" navigation_version = '2.5.1' - ext.hilt_version = '2.43.1' + ext.hilt_version = '2.43.2' compose_version = '1.0.1' }