Skip to content

Commit

Permalink
Merge pull request #78 from fleoparra/master
Browse files Browse the repository at this point in the history
Upgrade to GooglePlaces 8.5.0 and  google_maps 7.1.0
  • Loading branch information
matanshukry authored Apr 20, 2024
2 parents 11576e5 + 59c6de6 commit 335b54b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_google_places_sdk_ios'
s.version = '0.0.2'
s.version = '0.0.3'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand All @@ -15,14 +15,14 @@ A new flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '15.0'
s.platform = :ios, '14.0'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

# Dependencies
s.dependency 'GooglePlaces', '~> 8.3.0'
s.dependency 'GooglePlaces', '~> 8.5.0'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion flutter_google_places_sdk_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
flutter_google_places_sdk_platform_interface: ^0.2.7
js: ^0.6.7
google_maps: ^6.3.0
google_maps: ^7.1.0
collection: ^1.17.2 # Can't upgrade to 1.18 due to flutter sdk version

dev_dependencies:
Expand Down

0 comments on commit 335b54b

Please sign in to comment.