From 8e8b72785fee8202d5cada84752bdc9f5949ec41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 20:49:39 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.8.6 to 1.8.7 Bumps androidx.fragment:fragment-ktx from 1.8.6 to 1.8.7. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx 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..31a473cdce 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -469,7 +469,7 @@ dependencies { implementation("androidx.core:core-ktx:1.16.0") implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.activity:activity-ktx:1.10.1") - implementation("androidx.fragment:fragment-ktx:1.8.6") + implementation("androidx.fragment:fragment-ktx:1.8.7") implementation("androidx.work:work-runtime-ktx:2.10.1") implementation("androidx.navigation:navigation-fragment-ktx:2.8.9") implementation("androidx.navigation:navigation-ui-ktx:2.8.9")