mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 06:35:48 +03:00
Merge pull request #6813 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-contrib-3.3.0
This commit is contained in:
commit
db9add76c9
1 changed files with 4 additions and 3 deletions
|
@ -64,6 +64,7 @@ ext {
|
||||||
prismVersion = "2.0.0"
|
prismVersion = "2.0.0"
|
||||||
butterknifeVersion = "10.2.3"
|
butterknifeVersion = "10.2.3"
|
||||||
androidLibraryVersion = "master-SNAPSHOT"
|
androidLibraryVersion = "master-SNAPSHOT"
|
||||||
|
espressoVersion = "3.3.0"
|
||||||
|
|
||||||
travisBuild = System.getenv("TRAVIS") == "true"
|
travisBuild = System.getenv("TRAVIS") == "true"
|
||||||
|
|
||||||
|
@ -372,9 +373,9 @@ dependencies {
|
||||||
androidTestUtil 'androidx.test:orchestrator:1.3.0'
|
androidTestUtil 'androidx.test:orchestrator:1.3.0'
|
||||||
|
|
||||||
// Espresso core
|
// Espresso core
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
|
androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion"
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-web:3.2.0'
|
androidTestImplementation "androidx.test.espresso:espresso-web:$espressoVersion"
|
||||||
|
|
||||||
// Mocking support
|
// Mocking support
|
||||||
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.5' // required to allow mocking on API 27 and older
|
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.5' // required to allow mocking on API 27 and older
|
||||||
|
|
Loading…
Reference in a new issue