Skip to content

Commit c40f3d7

Browse files
committed
Try rolling the dependnecy versions back down
1 parent 963307a commit c40f3d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,10 @@ dependencies {
437437
testImplementation 'androidx.test.espresso:espresso-core:3.5.0-alpha05'
438438
testImplementation 'androidx.test.espresso:espresso-intents:3.5.0-alpha05'
439439
testImplementation 'androidx.test.ext:junit:1.1.3'
440-
androidTestImplementation 'androidx.test.espresso:espresso-web:3.5.1'
441-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
442-
androidTestImplementation 'androidx.test:runner:1.5.2'
443-
androidTestImplementation 'androidx.test:rules:1.5.0'
444-
androidTestImplementation 'androidx.test:core:1.5.0'
440+
androidTestImplementation 'androidx.test.espresso:espresso-web:3.5.0-alpha05'
441+
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
442+
androidTestImplementation 'androidx.test:runner:1.4.0'
443+
androidTestImplementation 'androidx.test:rules:1.4.0'
444+
androidTestImplementation 'androidx.test:core:1.4.0'
445445
androidTestImplementation 'org.hamcrest:hamcrest-library:2.2'
446446
}

0 commit comments

Comments
 (0)