From 8a1760ad855b5f7daa84ff7ee7646f80b72b720b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:07:42 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index be48f2d..cd3bed6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,5 +58,5 @@ dependencies { implementation 'com.google.android.material:material:1.11.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } \ No newline at end of file