Loading build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -71,12 +71,12 @@ dependencies { spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7' // dependencies for tests testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.13' testImplementation 'org.mockito:mockito-core:3.2.4' // dependencies for instrumented tests // JUnit4 Rules androidTestImplementation 'junit:junit:4.12' androidTestImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test:rules:1.2.0' Loading Loading
build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -71,12 +71,12 @@ dependencies { spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7' // dependencies for tests testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.13' testImplementation 'org.mockito:mockito-core:3.2.4' // dependencies for instrumented tests // JUnit4 Rules androidTestImplementation 'junit:junit:4.12' androidTestImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test:rules:1.2.0' Loading