upgrade robolectric to 4.11.1
This commit is contained in:
parent
fb063dfb0f
commit
a49fbebc34
|
@ -111,13 +111,6 @@ ksp {
|
||||||
arg("room.incremental", "true")
|
arg("room.incremental", "true")
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
|
||||||
// JNI-only libraries don't play nicely with Robolectric
|
|
||||||
// see https://github.com/tuskyapp/Tusky/pull/3367
|
|
||||||
testImplementation.exclude group: "org.conscrypt", module: "conscrypt-android"
|
|
||||||
testRuntime.exclude group: "org.conscrypt", module: "conscrypt-android"
|
|
||||||
}
|
|
||||||
|
|
||||||
// library versions are in PROJECT_ROOT/gradle/libs.versions.toml
|
// library versions are in PROJECT_ROOT/gradle/libs.versions.toml
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.kotlinx.coroutines.android
|
implementation libs.kotlinx.coroutines.android
|
||||||
|
|
|
@ -44,7 +44,7 @@ mockito-kotlin = "5.1.0"
|
||||||
networkresult-calladapter = "1.0.0"
|
networkresult-calladapter = "1.0.0"
|
||||||
okhttp = "4.11.0"
|
okhttp = "4.11.0"
|
||||||
retrofit = "2.9.0"
|
retrofit = "2.9.0"
|
||||||
robolectric = "4.10.3"
|
robolectric = "4.11.1"
|
||||||
rxandroid3 = "3.0.2"
|
rxandroid3 = "3.0.2"
|
||||||
rxjava3 = "3.1.8"
|
rxjava3 = "3.1.8"
|
||||||
rxkotlin3 = "3.0.1"
|
rxkotlin3 = "3.0.1"
|
||||||
|
|
Loading…
Reference in New Issue