From 6287054cada9e87fd872fe13ca1a24b78007b462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 01:14:38 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0 --- feedback/example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedback/example/android/app/build.gradle b/feedback/example/android/app/build.gradle index fdc675a7..b8264811 100644 --- a/feedback/example/android/app/build.gradle +++ b/feedback/example/android/app/build.gradle @@ -60,5 +60,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 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' }