diff --git a/mobile/build.gradle b/mobile/build.gradle
index 172da9c15b98a33dd6d34fa15c30dcbe8609e6d6..71db5e6f797cba264d408cf4cdb8ca1300d3ebc4 100644
--- a/mobile/build.gradle
+++ b/mobile/build.gradle
@@ -145,7 +145,7 @@ dependencies {
     testImplementation 'org.powermock:powermock-module-junit4:1.7.4'
 
     // Espresso UI tests
-    androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta01', {
+    androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta02', {
         exclude group: 'com.android.support', module: 'support-annotations'
     }
     androidTestImplementation 'androidx.test:runner:1.1.0-beta01'