From 789e838b14710cce677160c418aca57a6aa79cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:38:19 +0000 Subject: [PATCH] Bump com.google.dagger:hilt-android-compiler from 2.57.2 to 2.59.2 Bumps [com.google.dagger:hilt-android-compiler](https://github.com/google/dagger) from 2.57.2 to 2.59.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.57.2...dagger-2.59.2) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android-compiler dependency-version: 2.59.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- core/build.gradle | 4 ++-- sync_manager/build.gradle | 4 ++-- wear/build.gradle | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 156a4bd..d75e27a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,8 +123,8 @@ dependencies { ksp "androidx.room:room-compiler:2.8.4" //Dagger - Hilt - implementation "com.google.dagger:hilt-android:2.57.2" - ksp "com.google.dagger:hilt-android-compiler:2.57.2" + implementation "com.google.dagger:hilt-android:2.59.2" + ksp "com.google.dagger:hilt-android-compiler:2.59.2" ksp "androidx.hilt:hilt-compiler:1.3.0" implementation 'androidx.hilt:hilt-navigation-compose:1.3.0' diff --git a/core/build.gradle b/core/build.gradle index f390ccc..06e9ddb 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -52,8 +52,8 @@ dependencies { implementation "com.google.code.gson:gson:2.13.2" //Dagger - Hilt - implementation "com.google.dagger:hilt-android:2.57.2" - ksp "com.google.dagger:hilt-android-compiler:2.57.2" + implementation "com.google.dagger:hilt-android:2.59.2" + ksp "com.google.dagger:hilt-android-compiler:2.59.2" ksp "androidx.hilt:hilt-compiler:1.3.0" implementation 'androidx.hilt:hilt-navigation-compose:1.3.0' } \ No newline at end of file diff --git a/sync_manager/build.gradle b/sync_manager/build.gradle index 2d79b59..fd792d1 100644 --- a/sync_manager/build.gradle +++ b/sync_manager/build.gradle @@ -57,8 +57,8 @@ dependencies { googleImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2' //Dagger - Hilt - implementation "com.google.dagger:hilt-android:2.57.2" - ksp "com.google.dagger:hilt-android-compiler:2.57.2" + implementation "com.google.dagger:hilt-android:2.59.2" + ksp "com.google.dagger:hilt-android-compiler:2.59.2" ksp "androidx.hilt:hilt-compiler:1.3.0" implementation 'androidx.hilt:hilt-navigation-compose:1.3.0' diff --git a/wear/build.gradle b/wear/build.gradle index 7886329..8ddda9f 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -93,8 +93,8 @@ dependencies { ksp "androidx.room:room-compiler:2.8.4" //Dagger - Hilt - implementation "com.google.dagger:hilt-android:2.57.2" - ksp "com.google.dagger:hilt-android-compiler:2.57.2" + implementation "com.google.dagger:hilt-android:2.59.2" + ksp "com.google.dagger:hilt-android-compiler:2.59.2" ksp "androidx.hilt:hilt-compiler:1.3.0" implementation 'androidx.hilt:hilt-navigation-compose:1.3.0'