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'