You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[dependabot]: Bump com.google.android.gms:play-services-maps from 18.2.0 to 19.2.0 in /packages/google_maps_flutter/google_maps_flutter_android/android (#9120)
Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.2.0.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/Convert.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -360,6 +360,14 @@ static int toMapType(@NonNull Messages.PlatformMapType type) {
360
360
returnMAP_TYPE_NORMAL;
361
361
}
362
362
363
+
// For now, suppress the deprecation warning for LEGACY; in theory using it
364
+
// no longer does anything, but since that's a server-side decision that could
365
+
// potentially change. Once enough time has passed that there's no plausible
366
+
// chance of the server honoring LEGACY again, that mapping can be removed and
367
+
// it can just return null, causing anyone still using the deprecated value
368
+
// in Dart to actually request the platform default (which is what the server
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/GoogleMapInitializerTest.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ public void initializer_OnMapsSdkInitializedWithLatestRenderer() {
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/PolygonControllerTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
importstaticorg.mockito.Mockito.mock;
8
8
importstaticorg.mockito.Mockito.spy;
9
9
10
-
importcom.google.android.gms.internal.maps.zzag;
10
+
importcom.google.android.gms.internal.maps.zzao;
11
11
importcom.google.android.gms.maps.model.Polygon;
12
12
importorg.junit.Test;
13
13
importorg.mockito.Mockito;
@@ -16,7 +16,7 @@ public class PolygonControllerTest {
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/PolylineControllerTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
importstaticorg.mockito.Mockito.mock;
8
8
importstaticorg.mockito.Mockito.spy;
9
9
10
-
importcom.google.android.gms.internal.maps.zzaj;
10
+
importcom.google.android.gms.internal.maps.zzar;
11
11
importcom.google.android.gms.maps.model.Polyline;
12
12
importorg.junit.Test;
13
13
importorg.mockito.Mockito;
@@ -16,7 +16,7 @@ public class PolylineControllerTest {
0 commit comments