From 5899f07bf172ae43ae9aa452883473f7804433fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 17:02:47 +0200 Subject: [PATCH] Bump screengrab from 2.0.0 to 2.1.1 (#527) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c789ebd002..fadcbb00d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,5 +70,5 @@ dependencies { androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.2" androidTestImplementation "androidx.test:rules:1.4.0-rc01" androidTestImplementation "androidx.test.ext:junit:1.1.3-rc01" - androidTestImplementation "tools.fastlane:screengrab:2.0.0" + androidTestImplementation "tools.fastlane:screengrab:2.1.1" }