diff --git a/mobile/build.gradle b/mobile/build.gradle
index 6b14b6cc39c4e6b4232305e195686818a47181bb..fde68fc6c7a55beb69dcbe8968119e7c286dd224 100644
--- a/mobile/build.gradle
+++ b/mobile/build.gradle
@@ -149,7 +149,7 @@ dependencies {
         exclude group: 'com.android.support', module: 'support-annotations'
     }
     androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
-    androidTestImplementation 'androidx.test:rules:1.1.0-beta01'
+    androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
     androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.0-beta02'
     androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0-beta01', {
         exclude group: 'com.android.support', module: 'support-annotations'