Przeglądaj źródła

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.9.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 7 miesięcy temu
rodzic
commit
fa88fa4b07
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -325,7 +325,7 @@ dependencies {
 
     androidTestImplementation "androidx.test:core:1.6.1"
 
-    androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
+    androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0"
     androidTestImplementation 'androidx.test:core-ktx:1.6.1'
     androidTestImplementation 'org.mockito:mockito-android:5.13.0'
     androidTestImplementation "androidx.work:work-testing:${workVersion}"