Merge pull request #4829 from nextcloud/dependabot/gradle/tools.fastlane-screengrab-2.0.0

This commit is contained in:
dependabot-preview[bot] 2019-12-19 08:00:00 +00:00 committed by GitHub
commit d231370254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -376,7 +376,7 @@ dependencies {
// androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
// fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
//androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}"
androidTestImplementation 'tools.fastlane:screengrab:1.2.0'
androidTestImplementation 'tools.fastlane:screengrab:2.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
androidTestCompile('com.android.support.test.espresso:espresso-intents:2.2.1')

View file

@ -30,5 +30,5 @@
package="${applicationId}.test"
android:sharedUserId="${applicationId}.uid">
<uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator" />
<uses-sdk tools:overrideLibrary="android_libs.ub_uiautomator, tools.fastlane.screengrab" />
</manifest>