mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Merge pull request #3355 from nextcloud/dependabot/gradle/androidx.test.espresso-espresso-contrib-3.1.1
Bump espresso-contrib from 3.1.0 to 3.1.1
This commit is contained in:
commit
4b7175a89c
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ dependencies {
|
|||
|
||||
// Espresso core
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.1'
|
||||
// UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
|
||||
// androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
|
||||
// fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
|
||||
|
|
Loading…
Reference in a new issue