From 5bcadeba916ab0d633d3b5b9ef838eef681d2300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 02:55:13 +0000 Subject: [PATCH] [url_launcher]: Bump androidx.core:core Bumps androidx.core:core from 1.10.1 to 1.16.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/url_launcher/url_launcher_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/url_launcher/url_launcher_android/android/build.gradle b/packages/url_launcher/url_launcher_android/android/build.gradle index 2ddd182523..f3c0aa86fe 100644 --- a/packages/url_launcher/url_launcher_android/android/build.gradle +++ b/packages/url_launcher/url_launcher_android/android/build.gradle @@ -64,7 +64,7 @@ android { dependencies { // Java language implementation - implementation "androidx.core:core:1.10.1" + implementation "androidx.core:core:1.16.0" implementation 'androidx.annotation:annotation:1.6.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.1.1'