From a1afc0cedf732a297ea307020d65c9f3fc57ddf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 03:10:36 +0000 Subject: [PATCH] Bump com.google.dagger:hilt-android-compiler from 2.45 to 2.46 Bumps [com.google.dagger:hilt-android-compiler](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-compiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 65ec651..33e6c65 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -181,7 +181,7 @@ dependencies { implementation("androidx.hilt:hilt-navigation-compose:1.0.0") implementation("androidx.hilt:hilt-work:1.0.0") implementation("com.google.dagger:hilt-android:2.45") - kapt("com.google.dagger:hilt-android-compiler:2.45") + kapt("com.google.dagger:hilt-android-compiler:2.46") // Navigation implementation("androidx.navigation:navigation-compose:2.5.3")