From 6e27a0e251611e1f00e9a8a680b32e150ce649f2 Mon Sep 17 00:00:00 2001 From: Angela Yu <5506675+wangela@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:46:58 -0700 Subject: [PATCH] chore: update snippets to v7.1.0 (#154) --- snippets/MapsSnippets/Podfile | 2 +- snippets/MapsUtilsSnippets/Podfile | 2 +- snippets/PlacesSnippets/Podfile | 4 ++-- snippets/Podfile | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/snippets/MapsSnippets/Podfile b/snippets/MapsSnippets/Podfile index 4b92e1eb..a6ecf4d1 100644 --- a/snippets/MapsSnippets/Podfile +++ b/snippets/MapsSnippets/Podfile @@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git' target 'MapsSnippets' do platform :ios, '13.0' - pod 'GoogleMaps', '7.0.0' + pod 'GoogleMaps', '7.1.0' end diff --git a/snippets/MapsUtilsSnippets/Podfile b/snippets/MapsUtilsSnippets/Podfile index 8d1ac0e7..30d69a05 100644 --- a/snippets/MapsUtilsSnippets/Podfile +++ b/snippets/MapsUtilsSnippets/Podfile @@ -4,6 +4,6 @@ use_frameworks! target 'MapsUtilsSnippets' do platform :ios, '13.0' - pod 'GoogleMaps', '7.0.0' + pod 'GoogleMaps', '7.1.0' pod 'Google-Maps-iOS-Utils', '4.1.0' end diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index 05e7b979..35ffb474 100644 --- a/snippets/PlacesSnippets/Podfile +++ b/snippets/PlacesSnippets/Podfile @@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git' target 'PlacesSnippets' do platform :ios, '13.0' - pod 'GooglePlaces', '7.0.0' - pod 'GoogleMaps', '7.0.0' + pod 'GooglePlaces', '7.1.0' + pod 'GoogleMaps', '7.1.0' end diff --git a/snippets/Podfile b/snippets/Podfile index b58fb963..cc58909b 100644 --- a/snippets/Podfile +++ b/snippets/Podfile @@ -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.0.0' + pod 'GoogleMaps', '7.1.0' end # [END maps_ios_get_started_install_podfile] @@ -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.0.0' + pod 'GooglePlaces', '7.1.0' end # [END maps_ios_places_get_started_install_podfile]