From 153e2dcfb50210b43a08c95b9ca6ab56de50f795 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:31:35 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.1 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 e19d8328d..1dcebcc30 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.0" + coroutines_version = "1.10.1" mockitoKotlinVersion = "5.4.0" } @@ -327,7 +327,7 @@ dependencies { androidTestImplementation "androidx.test:core:1.6.1" - androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.0" + androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1" androidTestImplementation 'androidx.test:core-ktx:1.6.1' androidTestImplementation 'org.mockito:mockito-android:5.14.2' androidTestImplementation "androidx.work:work-testing:${workVersion}"