File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
5757
5858 implementation(fileTree(" libs" ))
5959
60- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 " )
60+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0 " )
6161 implementation(" androidx.core:core-ktx:1.13.1" )
6262 implementation(" androidx.recyclerview:recyclerview:1.3.2" )
6363 implementation(" androidx.activity:activity-ktx:1.10.1" )
@@ -108,7 +108,7 @@ dependencies {
108108
109109 // Unit tests (pure-JVM, run via :app:testOssDebugUnitTest — no device/libcore needed).
110110 testImplementation(" junit:junit:4.13.2" )
111- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 " )
111+ testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0 " )
112112 // Robolectric is available for tests that must touch Android framework classes;
113113 // prefer extracting pure functions over using it (see Plan 007).
114114 testImplementation(" org.robolectric:robolectric:4.16" )
You can’t perform that action at this time.
0 commit comments