diff --git a/snippets/MapsSnippets/Podfile b/snippets/MapsSnippets/Podfile index a6ecf4d1..b60e0ca8 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.1.0' + pod 'GoogleMaps', '7.2.0' end diff --git a/snippets/MapsUtilsSnippets/Podfile b/snippets/MapsUtilsSnippets/Podfile index 30d69a05..ced88c89 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.1.0' + pod 'GoogleMaps', '7.2.0' pod 'Google-Maps-iOS-Utils', '4.1.0' end diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index 35ffb474..ebe51a58 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.1.0' - pod 'GoogleMaps', '7.1.0' + pod 'GooglePlaces', '7.2.0' + pod 'GoogleMaps', '7.2.0' end diff --git a/snippets/Podfile b/snippets/Podfile index cc58909b..973e287d 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.1.0' + pod 'GoogleMaps', '7.2.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.1.0' + pod 'GooglePlaces', '7.2.0' end # [END maps_ios_places_get_started_install_podfile]