Skip to content

Commit 9959734

Browse files
authored
Update snippets Podfile to version 9.2.0 (#219)
1 parent fc41e8b commit 9959734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ source 'https://cdn.cocoapods.org/'
33
platform :ios, '15.0'
44

55
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
6-
pod 'GoogleMaps', '9.1.0'
6+
pod 'GoogleMaps', '9.2.0'
77
end
88

99
source 'https://cdn.cocoapods.org/'
1010

1111
platform :ios, '15.0'
1212

1313
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
14-
pod 'GooglePlaces', '9.1.0'
14+
pod 'GooglePlaces', '9.2.0'
1515
end

0 commit comments

Comments
 (0)