From 4949d62e0b4d8e17c90b1476497f4e33d203e0a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:48:48 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.9.3 to 1.10.0 Bumps androidx.activity:activity-ktx from 1.9.3 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx 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 daf07ed848..163833e594 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -436,7 +436,7 @@ dependencies { implementation("androidx.preference:preference-ktx:1.2.1") implementation("androidx.core:core-ktx:1.15.0") implementation("androidx.core:core-splashscreen:1.0.1") - implementation("androidx.activity:activity-ktx:1.9.3") + implementation("androidx.activity:activity-ktx:1.10.0") implementation("androidx.fragment:fragment-ktx:1.8.5") implementation("androidx.work:work-runtime-ktx:2.10.0") implementation("androidx.navigation:navigation-fragment-ktx:2.8.7")