Merge branch 'renovate/org.robolectric-robolectric-4.x' into 'develop'

Update dependency org.robolectric:robolectric to v4.9.1

See merge request funkwhale/funkwhale-android!277
This commit is contained in:
Ryan Harg 2022-12-21 08:31:34 +00:00
commit 0dbd9c2b9f
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ dependencies {
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("androidx.test:core:1.5.0")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.9")
testImplementation("org.robolectric:robolectric:4.9.1")
androidTestImplementation("io.mockk:mockk-android:1.13.3")
}