Browse Source

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

Update dependency org.robolectric:robolectric to v4.9

See merge request funkwhale/funkwhale-android!251
technical/upgrade-exoplayer
Ryan Harg 2 years ago
parent
commit
ef386be333
  1. 2
      app/build.gradle.kts

2
app/build.gradle.kts

@ -196,7 +196,7 @@ dependencies {
testImplementation("io.mockk:mockk:1.13.2") testImplementation("io.mockk:mockk:1.13.2")
testImplementation("androidx.test:core:1.5.0") testImplementation("androidx.test:core:1.5.0")
testImplementation("io.strikt:strikt-core:0.34.1") testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.8.2") testImplementation("org.robolectric:robolectric:4.9")
androidTestImplementation("io.mockk:mockk-android:1.12.4") androidTestImplementation("io.mockk:mockk-android:1.12.4")
} }

Loading…
Cancel
Save