Update Robolectric to 4.9.2 (#3422)
This commit is contained in:
parent
70dced795c
commit
81116f2df3
2 changed files with 8 additions and 1 deletions
|
|
@ -116,6 +116,13 @@ kapt {
|
|||
}
|
||||
}
|
||||
|
||||
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
|
||||
dependencies {
|
||||
implementation libs.kotlinx.coroutines.android
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue