From 068c5be347cd5d5bd039dfd7fbdd784dd30a02da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:50:49 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.12.2 to 1.13.0 Bumps androidx.activity:activity-ktx from 1.12.2 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ca9c26946..d86e3b896 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -503,7 +503,7 @@ dependencies { implementation("androidx.preference:preference-ktx:1.2.1") implementation("androidx.core:core-ktx:1.18.0") implementation("androidx.core:core-splashscreen:1.2.0") - implementation("androidx.activity:activity-ktx:1.12.2") + implementation("androidx.activity:activity-ktx:1.13.0") implementation("androidx.fragment:fragment-ktx:1.8.9") implementation("androidx.work:work-runtime-ktx:2.11.2") implementation("androidx.navigation:navigation-fragment-ktx:2.9.8")