diff --git a/snippets/MapsSnippets/Podfile b/snippets/MapsSnippets/Podfile index 4e0680f7..3697cdb2 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, '15.0' - pod 'GoogleMaps', '9.1.0' + pod 'GoogleMaps', '9.2.0' end