|
@@ -212,13 +212,13 @@ dependencies {
|
|
|
testImplementation 'org.mockito:mockito-core:1.10.19'
|
|
|
/// dependencies for instrumented tests
|
|
|
// JUnit4 Rules
|
|
|
- androidTestImplementation 'com.android.support.test:rules:0.5'
|
|
|
+ androidTestImplementation 'com.android.support.test:rules:1.0.0'
|
|
|
// Android JUnit Runner
|
|
|
- androidTestImplementation 'com.android.support.test:runner:0.5'
|
|
|
+ androidTestImplementation 'com.android.support.test:runner:1.0.0'
|
|
|
// Android Annotation Support
|
|
|
androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}"
|
|
|
// Espresso core
|
|
|
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:2.2.2'
|
|
|
+ androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.0'
|
|
|
// UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
|
|
|
//androidTestImplementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
|
|
|
// fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
|