Merge pull request #6813 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-contrib-3.3.0

This commit is contained in:
dependabot-preview[bot] 2020-09-02 09:36:56 +00:00 committed by GitHub
commit db9add76c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,7 @@ ext {
prismVersion = "2.0.0"
butterknifeVersion = "10.2.3"
androidLibraryVersion = "master-SNAPSHOT"
espressoVersion = "3.3.0"
travisBuild = System.getenv("TRAVIS") == "true"
@ -372,9 +373,9 @@ dependencies {
androidTestUtil 'androidx.test:orchestrator:1.3.0'
// Espresso core
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-web:3.2.0'
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion"
androidTestImplementation "androidx.test.espresso:espresso-web:$espressoVersion"
// Mocking support
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.5' // required to allow mocking on API 27 and older