From 995973496b9a07ca26792d68700c7dc8d708eb1f Mon Sep 17 00:00:00 2001 From: Suzanne Scala Date: Mon, 18 Nov 2024 18:49:53 -0800 Subject: [PATCH] Update snippets Podfile to version 9.2.0 (#219) --- snippets/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/Podfile b/snippets/Podfile index d32061b6..2b7b65d2 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.1.0' + pod 'GoogleMaps', '9.2.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.1.0' + pod 'GooglePlaces', '9.2.0' end