Skip to content

Commit e30c6ba

Browse files
update test lib versions
1 parent 29f8b83 commit e30c6ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)