Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.3.25

* Bumps androidx.core:core from 1.13.1 to 1.17.0.

## 6.3.24

* Resolves Gradle 9 deprecations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24
version: 6.3.25

environment:
sdk: ^3.9.0
Expand Down