File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,13 +212,13 @@ dependencies {
212212 testImplementation ' org.mockito:mockito-core:1.10.19'
213213 // / dependencies for instrumented tests
214214 // JUnit4 Rules
215- androidTestImplementation ' com.android.support.test:rules:0.5 '
215+ androidTestImplementation ' com.android.support.test:rules:1.0.0 '
216216 // Android JUnit Runner
217- androidTestImplementation ' com.android.support.test:runner:0.5 '
217+ androidTestImplementation ' com.android.support.test:runner:1.0.0 '
218218 // Android Annotation Support
219219 androidTestImplementation " com.android.support:support-annotations:${ supportLibraryVersion} "
220220 // Espresso core
221- androidTestImplementation ' com.android.support.test.espresso:espresso-core:2.2.2 '
221+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.0 '
222222 // UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
223223 // androidTestImplementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
224224 // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
You can’t perform that action at this time.
0 commit comments