From 33d50c704513abde53aba0d86e2d0945444cfca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 01:20:19 +0000 Subject: [PATCH] Bump screengrab from 2.1.0 to 2.1.1 Bumps [screengrab](https://github.com/fastlane/fastlane) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Commits](https://github.com/fastlane/fastlane/compare/2.1.0...2.1.1) --- updated-dependencies: - dependency-name: tools.fastlane:screengrab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8a673bfd4d47..10affddfcd8e 100644 --- a/build.gradle +++ b/build.gradle @@ -372,7 +372,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:2.1.0' + androidTestImplementation 'tools.fastlane:screengrab:2.1.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2')