From da9e7395853ea05b0b27372ec89f134de8417640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 20:49:55 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-testing from 1.8.6 to 1.8.7 Bumps androidx.fragment:fragment-testing from 1.8.6 to 1.8.7. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-testing dependency-version: 1.8.7 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 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")