Loading test_client/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ dependencies { implementation project(':') testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0' testImplementation 'org.mockito:mockito-core:2.23.4' // dependencies for instrumented tests // JUnit4 Rules androidTestImplementation 'com.android.support.test:rules:1.0.2' Loading Loading
test_client/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ dependencies { implementation project(':') testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0' testImplementation 'org.mockito:mockito-core:2.23.4' // dependencies for instrumented tests // JUnit4 Rules androidTestImplementation 'com.android.support.test:rules:1.0.2' Loading