From 8419bfdb92a5d66eed1c3270d95868addbcd84f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:01:57 +0000 Subject: [PATCH] chore(deps): Bump androidx.test.espresso:espresso-core in /android Bumps androidx.test.espresso:espresso-core from 3.4.0 to 3.7.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fdae8e7..8a363ab 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -140,7 +140,7 @@ dependencies { autoImplementation 'com.google.android.gms:play-services-location:21.3.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {