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'