From 9820297dd4d5967b395c4a85ba3e620d94ce4c61 Mon Sep 17 00:00:00 2001 From: Suzanne Scala Date: Mon, 17 Mar 2025 12:58:36 -0700 Subject: [PATCH] Update Podfile to version 9.4 --- snippets/PlacesSnippets/Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index 48233c62..45b32d19 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.4.0' + pod 'GoogleMaps', '9.4.0' +end