Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakovschectman committed Aug 23, 2024
1 parent 730fb00 commit fa85a7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 2.14.3
## 2.14.4

* Converts `PlatformPolygon` and `PlatformPolyline` to pigeon.
* Converts 'PlatformTileOverlay' to pigeon.

## 2.14.2
## 2.14.3

* Converts 'PlatformTileOverlay' to pigeon.
* Converts `PlatformPolygon` and `PlatformPolyline` to pigeon.

## 2.14.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,6 @@ class GoogleMapsFlutterAndroid extends GoogleMapsFlutterPlatform {

static PlatformTileOverlay _platformTileOverlayFromTileOverlay(
TileOverlay tileOverlay) {
// This cast is not ideal, but the Java code already assumes this format.
// See the TODOs at the top of this file and on the 'json' field in
// messages.dart.
return PlatformTileOverlay(
tileOverlayId: tileOverlay.tileOverlayId.value,
fadeIn: tileOverlay.fadeIn,
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.14.3
version: 2.14.4

environment:
sdk: ^3.4.0
Expand Down

0 comments on commit fa85a7a

Please sign in to comment.