From 83c333a168d94572b433e1cd4558388797d615a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 22:01:34 +0000 Subject: [PATCH] Bump com.google.dagger:hilt-compiler from 2.44.2 to 2.46.1 Bumps [com.google.dagger:hilt-compiler](https://github.com/google/dagger) from 2.44.2 to 2.46.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.44.2...dagger-2.46.1) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ea9447e..c0aef27 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ dependencies { //Hilt implementation "com.google.dagger:hilt-android:2.44.2" - kapt "com.google.dagger:hilt-compiler:2.44.2" + kapt "com.google.dagger:hilt-compiler:2.46.1" //Timber implementation 'com.jakewharton.timber:timber:5.0.1'