diff --git a/app/build.gradle b/app/build.gradle index 5d6f368..3f9e142 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation project(path: ':pena') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } java { diff --git a/pena/build.gradle b/pena/build.gradle index a7e63a8..07e4905 100644 --- a/pena/build.gradle +++ b/pena/build.gradle @@ -55,7 +55,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.14.1' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } afterEvaluate {