We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f9332 commit b6c0434Copy full SHA for b6c0434
app/build.gradle
@@ -157,7 +157,7 @@ dependencies {
157
testImplementation 'androidx.test:core:1.3.0'
158
testImplementation 'org.robolectric:robolectric:4.5.1'
159
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
160
- testImplementation 'org.mockito:mockito-core:3.11.0'
+ testImplementation 'org.mockito:mockito-core:3.11.1'
161
162
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:$JUNIT_VERSION"
163
androidTestImplementation "org.junit.vintage:junit-vintage-engine:$JUNIT_VERSION"
0 commit comments