diff --git a/mobile/build.gradle b/mobile/build.gradle index fd765b4ad2c734d2f2bc10ebceaefebd4c714fd7..ab348dbc68d3987f8003062be79d743dff95a90b 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -150,7 +150,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1', { exclude group: 'com.android.support', module: 'support-annotations' } - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.1', {