Upgrade mockk android dependency versionto general mockk version

This commit is contained in:
Ryan Harg 2022-12-07 12:51:24 +00:00
parent 82d0dd544d
commit bbc82d8be5
1 changed files with 6 additions and 1 deletions

View File

@ -50,6 +50,11 @@ android {
viewBinding = true
}
packagingOptions {
resources.excludes.add("META-INF/LICENSE.md")
resources.excludes.add("META-INF/LICENSE-notice.md")
}
lint {
disable += listOf("MissingTranslation", "ExtraTranslation")
}
@ -200,7 +205,7 @@ dependencies {
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.9")
androidTestImplementation("io.mockk:mockk-android:1.12.4")
androidTestImplementation("io.mockk:mockk-android:1.13.3")
}
project.afterEvaluate {