diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index cba06db396..b0224b2ccc 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.6") + uiTestsImplementation("androidx.fragment:fragment-testing:1.8.7") uiTestsImplementation("androidx.test:core-ktx:1.6.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")