Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.19.9
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

If the version is changed to 2.20.0 in pubspec.yaml to reflect the major AGP bump, the changelog header should be updated accordingly.

Suggested change
## 2.19.9
## 2.20.0


* Bumps com.android.tools.build:gradle from 8.13.1 to 9.1.1.

## 2.19.8

* Updates internal implementation to use Kotlin Pigeon.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:8.13.1")
classpath("com.android.tools.build:gradle:9.1.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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., 2.20.0) is generally more appropriate for major dependency updates that could affect the build process of users, rather than a patch bump (2.19.9).

version: 2.20.0


environment:
sdk: ^3.9.0
Expand Down
Loading