From 0777ca9bc17de62b15e7f1c268f4579dfa4f7ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 01:43:36 +0000 Subject: [PATCH 1/4] [dependabot]: Bump androidx.core:core Bumps androidx.core:core from 1.13.1 to 1.17.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.17.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 390519a37a85..961427ae41f2 100644 --- a/packages/url_launcher/url_launcher_android/android/build.gradle +++ b/packages/url_launcher/url_launcher_android/android/build.gradle @@ -61,7 +61,7 @@ android { dependencies { // Java language implementation - implementation "androidx.core:core:1.13.1" + implementation "androidx.core:core:1.17.0" implementation 'androidx.annotation:annotation:1.9.1' implementation 'androidx.browser:browser:1.8.0' testImplementation 'junit:junit:4.13.2' From 770e6f25005891930696166da7126a57d0f37a8f Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Wed, 27 Aug 2025 13:18:34 -0700 Subject: [PATCH 2/4] CHANGELOG --- packages/url_launcher/url_launcher_android/CHANGELOG.md | 4 ++++ packages/url_launcher/url_launcher_android/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/url_launcher/url_launcher_android/CHANGELOG.md b/packages/url_launcher/url_launcher_android/CHANGELOG.md index ad86af3646ca..c37a380375a4 100644 --- a/packages/url_launcher/url_launcher_android/CHANGELOG.md +++ b/packages/url_launcher/url_launcher_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.3.19 + +* Bumps androidx.core:core from 1.13.1 to 1.17.0. + ## 6.3.18 * Bumps com.android.tools.build:gradle to 8.12.1. diff --git a/packages/url_launcher/url_launcher_android/pubspec.yaml b/packages/url_launcher/url_launcher_android/pubspec.yaml index 321fe8806823..a665992c587f 100644 --- a/packages/url_launcher/url_launcher_android/pubspec.yaml +++ b/packages/url_launcher/url_launcher_android/pubspec.yaml @@ -2,7 +2,7 @@ name: url_launcher_android description: Android implementation of the url_launcher plugin. repository: https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_android issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22 -version: 6.3.18 +version: 6.3.19 environment: sdk: ^3.7.0 flutter: ">=3.29.0" From 96659b40bc8720d0ea6d096faefba10ed0a9515c Mon Sep 17 00:00:00 2001 From: Gray Mackall <34871572+gmackall@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:23:12 -0700 Subject: [PATCH 3/4] Update build.gradle --- 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 db9f66e8bc4b..a7f0623f38d9 100644 --- a/packages/url_launcher/url_launcher_android/android/build.gradle +++ b/packages/url_launcher/url_launcher_android/android/build.gradle @@ -61,7 +61,7 @@ android { dependencies { // Java language implementation - implementation "androidx.core:core:1.17.0" + implementation("androidx.core:core:1.17.0") implementation("androidx.annotation:annotation:1.9.1") implementation("androidx.browser:browser:1.8.0") testImplementation("junit:junit:4.13.2") From 7e1bd47e964bfcbb4f7a5cbc846c6d641dbbd87d Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Mon, 17 Nov 2025 14:20:16 -0800 Subject: [PATCH 4/4] Bump version to 6.3.26 in pubspec.yaml --- packages/url_launcher/url_launcher_android/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/url_launcher/url_launcher_android/pubspec.yaml b/packages/url_launcher/url_launcher_android/pubspec.yaml index fe967a2190d9..91a74952ffd3 100644 --- a/packages/url_launcher/url_launcher_android/pubspec.yaml +++ b/packages/url_launcher/url_launcher_android/pubspec.yaml @@ -2,7 +2,7 @@ name: url_launcher_android description: Android implementation of the url_launcher plugin. repository: https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_android issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22 -version: 6.3.25 +version: 6.3.26 environment: sdk: ^3.9.0