File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
google_maps_flutter_android Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.14.14
2
+
3
+ * Updates compileSdk 34 to flutter.compileSdkVersion.
4
+
1
5
## 2.14.13
2
6
3
7
* Updates READMEs and API docs.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ apply plugin: 'com.android.library'
23
23
24
24
android {
25
25
namespace ' io.flutter.plugins.googlemaps'
26
- compileSdk 34
26
+ compileSdk = flutter . compileSdkVersion
27
27
28
28
defaultConfig {
29
29
minSdkVersion 20
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: google_maps_flutter_android
2
2
description : Android implementation of the google_maps_flutter plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_android
4
4
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
6
6
7
7
environment :
8
- sdk : ^3.5 .0
9
- flutter : " >=3.24 .0"
8
+ sdk : ^3.6 .0
9
+ flutter : " >=3.27 .0"
10
10
11
11
flutter :
12
12
plugin :
You can’t perform that action at this time.
0 commit comments