From 5af4abf6b587b13612bf92942ba5058622f8339d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:06:15 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9ae069c91..d17a1b0b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -167,7 +167,7 @@ ext { espressoVersion = "3.6.1" androidxTestVersion = "1.5.0" media3_version = "1.4.1" - coroutines_version = "1.10.1" + coroutines_version = "1.10.2" mockitoKotlinVersion = "5.4.0" } @@ -326,7 +326,7 @@ dependencies { androidTestImplementation "androidx.test:core:1.6.1" - androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1" + androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" androidTestImplementation 'androidx.test:core-ktx:1.6.1' androidTestImplementation 'org.mockito:mockito-android:5.17.0' androidTestImplementation "androidx.work:work-testing:${workVersion}"