Skip to content

Commit b5b2b7e

Browse files
authored
[various] Updates packages to use flutter.compileSdkVersion (#8734)
- **Updates compileSdk 34 to flutter.compileSdkVersion.** Related to flutter/flutter/issues/149836 Want to wait a couple of days after flutter/packages#8700 lands before landing.
1 parent f69dbf4 commit b5b2b7e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

google_maps_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.14.14
2+
3+
* Updates compileSdk 34 to flutter.compileSdkVersion.
4+
15
## 2.14.13
26

37
* Updates READMEs and API docs.

google_maps_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'com.android.library'
2323

2424
android {
2525
namespace 'io.flutter.plugins.googlemaps'
26-
compileSdk 34
26+
compileSdk = flutter.compileSdkVersion
2727

2828
defaultConfig {
2929
minSdkVersion 20

google_maps_flutter_android/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: google_maps_flutter_android
22
description: Android implementation of the google_maps_flutter plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5-
version: 2.14.13
5+
version: 2.14.14
66

77
environment:
8-
sdk: ^3.5.0
9-
flutter: ">=3.24.0"
8+
sdk: ^3.6.0
9+
flutter: ">=3.27.0"
1010

1111
flutter:
1212
plugin:

0 commit comments

Comments
 (0)