diff --git a/android/build.gradle b/android/build.gradle index 9ddeeb3b1e..7c7f3505a4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -121,7 +121,7 @@ dependencies { testImplementation "org.mockito:mockito-core:5.10.0" testImplementation "androidx.test:core:1.5.0" testImplementation "androidx.test.ext:junit:1.1.5" - testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'