diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index e733d11e3..7e342fb47 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -431,7 +431,7 @@ dependencies { androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") androidTestImplementation("com.squareup.okhttp3:okhttp-tls:4.12.0") androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0") - androidTestUtil("androidx.test:orchestrator:1.5.1") + androidTestUtil("androidx.test:orchestrator:1.6.1") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation("com.flextrade.jfixture:jfixture:2.7.2")