diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index ba893723e..72babc70b 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -421,7 +421,7 @@ dependencies { androidTestImplementation("androidx.test.espresso:espresso-intents:3.6.1") androidTestImplementation("androidx.test.espresso:espresso-web:3.6.1") androidTestImplementation("androidx.test.ext:junit:1.3.0") - androidTestImplementation("androidx.test:runner:1.6.2") + androidTestImplementation("androidx.test:runner:1.7.0") androidTestImplementation("androidx.test:rules:1.6.1") androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0") androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")