From 904a96d52e1d383d4c68fac51ddf16c082a17c18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:41:04 +0000 Subject: [PATCH] Update dependency androidx.test.espresso:espresso-core to v3.7.0 --- WebViewSample/app/build.gradle | 2 +- com.libmallnftscshop.nftlibermall/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebViewSample/app/build.gradle b/WebViewSample/app/build.gradle index deb7ce2..8ed1c26 100644 --- a/WebViewSample/app/build.gradle +++ b/WebViewSample/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' implementation platform('com.google.firebase:firebase-bom:30.4.1') implementation 'com.google.firebase:firebase-analytics' diff --git a/com.libmallnftscshop.nftlibermall/app/build.gradle b/com.libmallnftscshop.nftlibermall/app/build.gradle index 47ed81f..c081e8e 100755 --- a/com.libmallnftscshop.nftlibermall/app/build.gradle +++ b/com.libmallnftscshop.nftlibermall/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' implementation platform('com.google.firebase:firebase-bom:30.4.1') implementation 'com.google.firebase:firebase-analytics'