From 18a37e909b37632109c84cd551a1b0fdab9a708c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 20:01:41 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-testing from 1.8.7 to 1.8.9 Bumps androidx.fragment:fragment-testing from 1.8.7 to 1.8.9. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-testing dependency-version: 1.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 0a0afb41f..5f6370ef2 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")