From 0e986872ba6e8c36f02d995a4151643bf0b0eaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:57:31 -0400 Subject: [PATCH] all: bump `androidx.test.espresso:espresso-core` to 3.6.1 (fixes #2071) (#2066) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 76447bc5b..c737fb9f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android.defaultConfig.vectorDrawables.useSupportLibrary = true dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - androidTestImplementation('androidx.test.espresso:espresso-core:3.6.0', { + androidTestImplementation('androidx.test.espresso:espresso-core:3.6.1', { exclude group: 'com.android.support', module: 'support-annotations' }) implementation 'androidx.appcompat:appcompat:1.7.0'