mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Merge pull request #743 from hiqua/update_mockito
Delete obsolete mockito dependencies
This commit is contained in:
@@ -80,7 +80,6 @@ dependencies {
|
||||
androidTestImplementation("com.linkedin.testbutler:test-butler-library:2.1.1")
|
||||
androidTestImplementation("io.ktor:ktor-client-mock:$ktorVersion")
|
||||
androidTestImplementation("io.ktor:ktor-jackson:$ktorVersion")
|
||||
androidTestImplementation("org.mockito:mockito-core:2.28.2")
|
||||
androidTestImplementation("androidx.annotation:annotation:1.1.0")
|
||||
androidTestImplementation("androidx.test.ext:junit:1.1.2")
|
||||
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.2.0")
|
||||
@@ -110,8 +109,6 @@ dependencies {
|
||||
kaptAndroidTest("com.google.dagger:dagger-compiler:$daggerVersion")
|
||||
testImplementation("com.google.dagger:dagger:$daggerVersion")
|
||||
testImplementation("junit:junit:4.13.1")
|
||||
testImplementation("org.mockito:mockito-core:2.28.2")
|
||||
testImplementation("org.mockito:mockito-inline:2.8.9")
|
||||
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user