We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea0469 commit 1b32fbfCopy full SHA for 1b32fbf
1 file changed
app/build.gradle.kts
@@ -40,7 +40,7 @@ val workVersion = "2.11.2"
40
val espressoVersion = "3.7.0"
41
val androidxTestVersion = "1.5.0"
42
val media3Version = "1.10.1"
43
-val coroutinesVersion = "1.10.2"
+val coroutinesVersion = "1.11.0"
44
val mockitoKotlinVersion = "6.3.0"
45
46
android {
@@ -360,7 +360,7 @@ dependencies {
360
361
androidTestImplementation("androidx.test:core:1.7.0")
362
363
- androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
+ androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
364
androidTestImplementation("androidx.test:core-ktx:1.7.0")
365
androidTestImplementation("org.mockito:mockito-android:5.22.0")
366
androidTestImplementation("androidx.work:work-testing:$workVersion")
0 commit comments