Loading test_client/build.gradle +1 −1 Original line number Original line Diff line number Diff line Loading @@ -30,7 +30,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:1.10.19' testImplementation 'org.mockito:mockito-core:1.10.19' // dependencies for instrumented tests // dependencies for instrumented tests // JUnit4 Rules // JUnit4 Rules androidTestImplementation 'com.android.support.test:rules:1.0.1' androidTestImplementation 'com.android.support.test:rules:1.0.2' // Android JUnit Runner // Android JUnit Runner androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test:runner:1.0.1' Loading Loading
test_client/build.gradle +1 −1 Original line number Original line Diff line number Diff line Loading @@ -30,7 +30,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:1.10.19' testImplementation 'org.mockito:mockito-core:1.10.19' // dependencies for instrumented tests // dependencies for instrumented tests // JUnit4 Rules // JUnit4 Rules androidTestImplementation 'com.android.support.test:rules:1.0.1' androidTestImplementation 'com.android.support.test:rules:1.0.2' // Android JUnit Runner // Android JUnit Runner androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test:runner:1.0.1' Loading