mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.10.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e551431bce
commit
5af4abf6b5
@ -167,7 +167,7 @@ ext {
|
|||||||
espressoVersion = "3.6.1"
|
espressoVersion = "3.6.1"
|
||||||
androidxTestVersion = "1.5.0"
|
androidxTestVersion = "1.5.0"
|
||||||
media3_version = "1.4.1"
|
media3_version = "1.4.1"
|
||||||
coroutines_version = "1.10.1"
|
coroutines_version = "1.10.2"
|
||||||
mockitoKotlinVersion = "5.4.0"
|
mockitoKotlinVersion = "5.4.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -326,7 +326,7 @@ dependencies {
|
|||||||
|
|
||||||
androidTestImplementation "androidx.test:core:1.6.1"
|
androidTestImplementation "androidx.test:core:1.6.1"
|
||||||
|
|
||||||
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1"
|
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
|
||||||
androidTestImplementation 'androidx.test:core-ktx:1.6.1'
|
androidTestImplementation 'androidx.test:core-ktx:1.6.1'
|
||||||
androidTestImplementation 'org.mockito:mockito-android:5.17.0'
|
androidTestImplementation 'org.mockito:mockito-android:5.17.0'
|
||||||
androidTestImplementation "androidx.work:work-testing:${workVersion}"
|
androidTestImplementation "androidx.work:work-testing:${workVersion}"
|
||||||
|
Loading…
Reference in New Issue
Block a user