Skip to content

Commit

Permalink
chore: Update snippets Podfile (#210)
Browse files Browse the repository at this point in the history
Update Maps and Places versions to 9.1.0
  • Loading branch information
sascala authored Aug 27, 2024
1 parent 603c96d commit 4aa84ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '15.0'

target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GoogleMaps', '9.0.0'
pod 'GoogleMaps', '9.1.0'
end

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '15.0'

target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GooglePlaces', '9.0.0'
pod 'GooglePlaces', '9.1.0'
end

0 comments on commit 4aa84ed

Please sign in to comment.