Skip to content

Commit 3d5bb9b

Browse files
committed
chore: Bump Maps Podfile and Cartfile to 5.2.0
Change-Id: Id20347f1493f18e0d272dd130029c2722e889cd6
1 parent 14bf1e5 commit 3d5bb9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// [START maps_ios_get_started_install_carthage]
2-
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 5.1.0
2+
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 5.2.0
33
// [END maps_ios_get_started_install_carthage]
44

55
// [START maps_ios_places_get_started_install_carthage]

snippets/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [START maps_ios_get_started_install_podfile]
22
source 'https://github.com/CocoaPods/Specs.git'
33
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
4-
pod 'GoogleMaps', '5.1.0'
4+
pod 'GoogleMaps', '5.2.0'
55
end
66
# [END maps_ios_get_started_install_podfile]
77

0 commit comments

Comments
 (0)