We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe80f81 commit 2eb0534Copy full SHA for 2eb0534
1 file changed
build.gradle
@@ -47,7 +47,6 @@ ext {
47
48
// Testing
49
junit: 'junit:junit:4.13',
50
- mockito: 'org.mockito:mockito-core:1.10.19',
51
truth: 'com.google.truth:truth:1.0.1',
52
]
53
}
@@ -69,7 +68,6 @@ dependencies {
69
68
compileOnly libraries.error_prone_annotations
70
71
testCompile libraries.junit,
72
- libraries.mockito,
73
libraries.truth
74
75
0 commit comments