From 996ab10579013b94f55d3db6fca61cb927e8ca63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:38:12 +0000 Subject: [PATCH] Bump hilt_android_version from 2.48 to 2.48.1 Bumps `hilt_android_version` from 2.48 to 2.48.1. Updates `com.google.dagger:hilt-android-gradle-plugin` from 2.48 to 2.48.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.48...dagger-2.48.1) Updates `com.google.dagger:hilt-android` from 2.48 to 2.48.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.48...dagger-2.48.1) Updates `com.google.dagger:hilt-android-compiler` from 2.48 to 2.48.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.48...dagger-2.48.1) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4a448b6..5613cd35 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 { ext.kotlin_version = '1.8.22' - ext.hilt_android_version = '2.48' + ext.hilt_android_version = '2.48.1' apply plugin: 'idea' idea { module {