Browse Source

Merge branch 'renovate/io.mockk-mockk-1.x' into 'develop'

Update dependency io.mockk:mockk to v1.13.2

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

2
app/build.gradle.kts

@ -193,7 +193,7 @@ dependencies { @@ -193,7 +193,7 @@ dependencies {
implementation("net.openid:appauth:0.11.1")
testImplementation("junit:junit:4.13.2")
testImplementation("io.mockk:mockk:1.12.7")
testImplementation("io.mockk:mockk:1.13.2")
testImplementation("androidx.test:core:1.4.0")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.8.2")

Loading…
Cancel
Save