From d480fc227403f1572a7b32b1376f519c43904f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:05:25 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-testing from 1.8.5 to 1.8.6 Bumps androidx.fragment:fragment-testing from 1.8.5 to 1.8.6. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-testing 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 0606d22be2..9803d7eea1 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -381,7 +381,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.5") + uiTestsImplementation("androidx.fragment:fragment-testing:1.8.6") uiTestsImplementation("androidx.test:core-ktx:1.6.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")