From bd9d15fc29775f94199c7af3013a3f1798599a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:03:10 +0000 Subject: [PATCH] Bump androidx.browser:browser from 1.9.0 to 1.10.0 Bumps androidx.browser:browser from 1.9.0 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.browser:browser dependency-version: 1.10.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 7bb20f283..5372b81c7 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -492,7 +492,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.legacy:legacy-preference-v14:1.0.0") implementation("androidx.cardview:cardview:1.0.0") - implementation("androidx.browser:browser:1.9.0") + implementation("androidx.browser:browser:1.10.0") implementation("androidx.recyclerview:recyclerview:1.4.0") implementation("androidx.recyclerview:recyclerview-selection:1.2.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1")