From 0e52501d59a84d60c86c18aecd69e62165121a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:03:00 +0000 Subject: [PATCH] build(deps): bump androidx.browser:browser from 1.8.0 to 1.10.0 Bumps androidx.browser:browser from 1.8.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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a84ce1e1f..973d63953 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ buildtool = "8.7.3" [libraries] android-build-tool = { module = 'com.android.tools.build:gradle', version.ref = 'buildtool' } androidx-appcompat = { module = 'androidx.appcompat:appcompat', version = '1.7.1' } -androidx-browser = { module = 'androidx.browser:browser', version = '1.8.0' } +androidx-browser = { module = 'androidx.browser:browser', version = '1.10.0' } androidx-cardview = { module = 'androidx.cardview:cardview', version = '1.0.0' } androidx-constraintlayout = { module = 'androidx.constraintlayout:constraintlayout', version = '2.2.1' } androidx-core = { module = 'androidx.core:core', version = '1.16.0' }