Skip to content

Commit

Permalink
Update snippets Podfile to version 9.2.0 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
sascala authored Nov 19, 2024
1 parent fc41e8b commit 9959734
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://cdn.cocoapods.org/'
platform :ios, '15.0'

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

source 'https://cdn.cocoapods.org/'

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 9959734

Please sign in to comment.