Browse Source

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

renovate/org.jetbrains.kotlinx-kotlinx-coroutines-test-1.x
Renovate Bot 3 years ago
parent
commit
b711f18937
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      app/build.gradle

2
app/build.gradle

@ -246,7 +246,7 @@ dependencies {
testImplementation "androidx.test:core-ktx:1.4.0"
testImplementation "androidx.arch.core:core-testing:2.1.0"
testImplementation "org.robolectric:robolectric:4.5.1"
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1'
androidTestImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
androidTestImplementation 'androidx.test:core:1.4.0'

Loading…
Cancel
Save