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:
Tobias Kaminsky 2018-12-13 07:31:33 +01:00 committed by GitHub
commit 4b7175a89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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