diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c5863e8..d287918 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -118,8 +118,8 @@ dependencies { implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0") // Hilt Dependency Injection - implementation("com.google.dagger:hilt-android:2.50") - ksp("com.google.dagger:hilt-android-compiler:2.50") + implementation("com.google.dagger:hilt-android:2.60.1") + ksp("com.google.dagger:hilt-android-compiler:2.60.1") implementation("androidx.hilt:hilt-navigation-compose:1.1.0") // Room + SQLCipher (encrypted database) @@ -170,6 +170,6 @@ dependencies { androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") androidTestImplementation("androidx.compose.ui:ui-test-junit4") - androidTestImplementation("com.google.dagger:hilt-android-testing:2.50") - kspAndroidTest("com.google.dagger:hilt-android-compiler:2.50") + androidTestImplementation("com.google.dagger:hilt-android-testing:2.60.1") + kspAndroidTest("com.google.dagger:hilt-android-compiler:2.60.1") }