-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[google_maps_flutter_android] Bump gradle plugin to 9.1.1 #11556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ name: google_maps_flutter_android | |
| description: Android implementation of the google_maps_flutter plugin. | ||
| repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_android | ||
| issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22 | ||
| version: 2.19.8 | ||
| version: 2.19.9 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bumping the Android Gradle Plugin (AGP) from a major version (8.x to 9.x) is a significant change that may impose new requirements on the consuming application's build environment (such as a minimum Gradle version). Following semantic versioning, a minor version bump (e.g., version: 2.20.0 |
||
|
|
||
| environment: | ||
| sdk: ^3.9.0 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the version is changed to
2.20.0inpubspec.yamlto reflect the major AGP bump, the changelog header should be updated accordingly.