From d935dd785ed46606a9971835f7e4f4974efb5503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:45:28 +0000 Subject: [PATCH] [dependabot]: Bump androidx.core:core Bumps androidx.core:core from 1.17.0 to 1.18.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../url_launcher/url_launcher_android/android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/url_launcher/url_launcher_android/android/build.gradle.kts b/packages/url_launcher/url_launcher_android/android/build.gradle.kts index 70044901998b..72ff1b97317a 100644 --- a/packages/url_launcher/url_launcher_android/android/build.gradle.kts +++ b/packages/url_launcher/url_launcher_android/android/build.gradle.kts @@ -64,7 +64,7 @@ android { dependencies { // Java language implementation - implementation("androidx.core:core:1.17.0") + implementation("androidx.core:core:1.18.0") implementation("androidx.annotation:annotation:1.9.1") implementation("androidx.browser:browser:1.9.0") testImplementation("junit:junit:4.13.2")