diff --git a/app/build.gradle b/app/build.gradle index c57fc7e..201f6a2 100644 --- a/app/build.gradle +++ b/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.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' implementation project(":otp_code_view") } \ No newline at end of file diff --git a/otp_code_view/build.gradle b/otp_code_view/build.gradle index 54f024e..f73f7fe 100644 --- a/otp_code_view/build.gradle +++ b/otp_code_view/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'com.google.android.material:material:1.9.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } publishing {