From 8a6ad050e523829ba8d13f1dd8c29c18184907c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 21:41:47 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.8.4 to 1.8.5 Bumps androidx.fragment:fragment-ktx from 1.8.4 to 1.8.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx 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 b9a1a50401..b15b4cce6d 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -437,7 +437,7 @@ dependencies { implementation("androidx.core:core-ktx:1.13.1") implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.activity:activity-ktx:1.9.3") - implementation("androidx.fragment:fragment-ktx:1.8.4") + implementation("androidx.fragment:fragment-ktx:1.8.5") implementation("androidx.work:work-runtime-ktx:2.9.1") implementation("androidx.navigation:navigation-fragment-ktx:2.8.4") implementation("androidx.navigation:navigation-ui-ktx:2.8.4")