From 8db6cc7df04c053ebe103de47fb3ddb364abf59a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:46:12 +0000 Subject: [PATCH] Update dependency com.google.dagger:hilt-android to v2.59.2 --- examples/trivia/build.gradle | 2 +- test/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/trivia/build.gradle b/examples/trivia/build.gradle index 8edbd718..589bf2c1 100644 --- a/examples/trivia/build.gradle +++ b/examples/trivia/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation project(path: ':ble-ktx') // Dagger and Hilt - implementation 'com.google.dagger:hilt-android:2.57.1' + implementation 'com.google.dagger:hilt-android:2.59.2' kapt 'com.google.dagger:hilt-compiler:2.57.1' implementation 'androidx.hilt:hilt-navigation-compose:1.3.0' kapt 'androidx.hilt:hilt-compiler:1.3.0' diff --git a/test/build.gradle b/test/build.gradle index 3ed67e51..36ec222e 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation "androidx.compose.ui:ui-tooling-preview" // Dagger and Hilt - implementation 'com.google.dagger:hilt-android:2.57.1' + implementation 'com.google.dagger:hilt-android:2.59.2' kapt 'com.google.dagger:hilt-compiler:2.57.1' implementation 'androidx.hilt:hilt-navigation-compose:1.3.0' kapt 'androidx.hilt:hilt-compiler:1.3.0'