From 288853fa1a47fc1d26a73fd4ac8ef0964e2d2836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:04:21 +0000 Subject: [PATCH] Build(deps): bump androidx.fragment:fragment-testing from 1.8.9 to 1.9.0 Bumps androidx.fragment:fragment-testing from 1.8.9 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-testing dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 8efe1908b..aa54790b8 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -448,7 +448,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.9") + uiTestsImplementation("androidx.fragment:fragment-testing:1.9.0") uiTestsImplementation("androidx.test:core-ktx:1.7.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") @@ -504,7 +504,7 @@ dependencies { implementation("androidx.core:core-ktx:1.19.0") implementation("androidx.core:core-splashscreen:1.2.0") implementation("androidx.activity:activity-ktx:1.13.0") - implementation("androidx.fragment:fragment-ktx:1.8.9") + implementation("androidx.fragment:fragment-ktx:1.9.0") implementation("androidx.work:work-runtime-ktx:2.11.2") implementation("androidx.navigation:navigation-fragment-ktx:2.9.8") implementation("androidx.navigation:navigation-ui-ktx:2.9.8")