Skip to content

Commit

Permalink
Update Podfile to version 9.2.0
Browse files Browse the repository at this point in the history
This change to be published when Maps 9.2.0 launches on 12/18/24.
  • Loading branch information
sascala authored Nov 15, 2024
1 parent 02beb85 commit 4b77215
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.1.0'
pod 'GoogleMaps', '9.2.0'
end

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

platform :ios, '15.0'

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

0 comments on commit 4b77215

Please sign in to comment.