From 1d196cf27dbf0f85a99ca99a304150a346fca149 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:33:40 +0000 Subject: [PATCH] Update dependency io.github.usefulness:screenshot-testing-core to v1.2.1 --- sample/screenshot-test-helpers/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/screenshot-test-helpers/build.gradle b/sample/screenshot-test-helpers/build.gradle index bf04e45b..8604f6c8 100644 --- a/sample/screenshot-test-helpers/build.gradle +++ b/sample/screenshot-test-helpers/build.gradle @@ -11,7 +11,7 @@ android { dependencies { implementation(project(":adaptive-support")) - api("io.github.usefulness:screenshot-testing-core:1.2.0") + api("io.github.usefulness:screenshot-testing-core:1.2.1") api(platform("org.junit:junit-bom:5.11.2")) api("org.junit.vintage:junit-vintage-engine:5.11.2") api("androidx.test:rules:1.6.1")