diff --git a/snippets/MapsSnippets/Podfile b/snippets/MapsSnippets/Podfile index 590ed911..fe706055 100644 --- a/snippets/MapsSnippets/Podfile +++ b/snippets/MapsSnippets/Podfile @@ -2,5 +2,5 @@ source 'https://cdn.cocoapods.org/' target 'MapsSnippets' do platform :ios, '15.0' - pod 'GoogleMaps', '9.2.0' + pod 'GoogleMaps', '9.3.0' end diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index 48233c62..a7b440e0 100644 --- a/snippets/PlacesSnippets/Podfile +++ b/snippets/PlacesSnippets/Podfile @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/' target 'PlacesSnippets' do platform :ios, '15.0' - pod 'GooglePlaces', '9.2.0' - pod 'GoogleMaps', '9.2.0' -end \ No newline at end of file + pod 'GooglePlaces', '9.3.0' + pod 'GoogleMaps', '9.3.0' +end diff --git a/snippets/Podfile b/snippets/Podfile index 2b7b65d2..b8063c42 100644 --- a/snippets/Podfile +++ b/snippets/Podfile @@ -3,7 +3,7 @@ source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'YOUR_APPLICATION_TARGET_NAME_HERE' do - pod 'GoogleMaps', '9.2.0' + pod 'GoogleMaps', '9.3.0' end source 'https://cdn.cocoapods.org/' @@ -11,5 +11,5 @@ source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'YOUR_APPLICATION_TARGET_NAME_HERE' do - pod 'GooglePlaces', '9.2.0' + pod 'GooglePlaces', '9.3.0' end