Skip to content

Commit

Permalink
chore: update snippets to v7.2.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Nov 9, 2022
1 parent c3fb245 commit 86d5dad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion snippets/MapsSnippets/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'MapsSnippets' do
platform :ios, '13.0'
pod 'GoogleMaps', '7.1.0'
pod 'GoogleMaps', '7.2.0'
end
2 changes: 1 addition & 1 deletion snippets/MapsUtilsSnippets/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ use_frameworks!

target 'MapsUtilsSnippets' do
platform :ios, '13.0'
pod 'GoogleMaps', '7.1.0'
pod 'GoogleMaps', '7.2.0'
pod 'Google-Maps-iOS-Utils', '4.1.0'
end
4 changes: 2 additions & 2 deletions snippets/PlacesSnippets/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'

target 'PlacesSnippets' do
platform :ios, '13.0'
pod 'GooglePlaces', '7.1.0'
pod 'GoogleMaps', '7.1.0'
pod 'GooglePlaces', '7.2.0'
pod 'GoogleMaps', '7.2.0'
end
4 changes: 2 additions & 2 deletions snippets/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'

target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GoogleMaps', '7.1.0'
pod 'GoogleMaps', '7.2.0'
end
# [END maps_ios_get_started_install_podfile]

Expand All @@ -14,6 +14,6 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'

target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GooglePlaces', '7.1.0'
pod 'GooglePlaces', '7.2.0'
end
# [END maps_ios_places_get_started_install_podfile]

0 comments on commit 86d5dad

Please sign in to comment.