From fc41e8be76068b593a5ca4742fa34725a4413455 Mon Sep 17 00:00:00 2001 From: Suzanne Scala Date: Mon, 18 Nov 2024 18:49:19 -0800 Subject: [PATCH] Update PlacesSnippets Podfile (#218) Update podfile to version 9.2.0 Co-authored-by: Angela Yu <5506675+wangela@users.noreply.github.com> --- snippets/PlacesSnippets/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index 0eaeab79..48233c62 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.1.0' - pod 'GoogleMaps', '9.1.0' + pod 'GooglePlaces', '9.2.0' + pod 'GoogleMaps', '9.2.0' end \ No newline at end of file