diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0bc62e3..60e85b0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -116,7 +116,7 @@ dependencies { androidTestImplementation(platform("androidx.compose:compose-bom:2025.12.01")) androidTestImplementation("androidx.compose.ui:ui-test-junit4") androidTestImplementation("androidx.navigation:navigation-testing:2.9.6") - androidTestImplementation("io.mockk:mockk-android:1.14.6") + androidTestImplementation("io.mockk:mockk-android:1.14.7") androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") // Hilt testing