diff --git a/android/build.gradle b/android/build.gradle index 5cb5e99..b81b131 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -106,7 +106,7 @@ dependencies { androidTestImplementation 'androidx.appcompat:appcompat:1.0.2' androidTestImplementation 'com.google.android.material:material:1.0.0' - androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0' androidTestImplementation 'com.github.ligi:trulesk:0.28' }