diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index bfb2772c6..c03fce4ef 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -413,7 +413,7 @@ dependencies { devDebugImplementation("com.squareup.leakcanary:leakcanary-android:2.14") //uiTests is the build type for testing. //noinspection FragmentGradleConfiguration - uiTestsImplementation("androidx.fragment:fragment-testing:1.8.7") + uiTestsImplementation("androidx.fragment:fragment-testing:1.8.9") uiTestsImplementation("androidx.test:core-ktx:1.7.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")