Skip to content

Commit

Permalink
Unpin iOS GoogleMaps pod dependency version (flutter#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman authored and fotiDim committed Sep 13, 2021
1 parent 8b3e7fd commit 8058193
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.4

* Unpin iOS GoogleMaps pod dependency version.

## 2.0.3

* Fix incorrect typecast in TileOverlay example.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Downloaded by pub (not CocoaPods).
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
# TODO: Unpin this once the fix for b/163474612 or b/163359804 rolls (avoid v3.10!)
s.dependency 'GoogleMaps', '< 3.10'
s.dependency 'GoogleMaps'
s.static_framework = true
s.platform = :ios, '8.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: google_maps_flutter
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
version: 2.0.3
version: 2.0.4

dependencies:
flutter:
Expand Down

0 comments on commit 8058193

Please sign in to comment.