Skip to content

Commit f7cf8a3

Browse files
committed
chore: Update to 4.2.0
Change-Id: Ib0f192df51bc9b500cee6f46f7e404b109e920e8
1 parent da41005 commit f7cf8a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

snippets/Cartfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// [START maps_ios_get_started_install_carthage]
2-
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 4.1.0
2+
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 4.2.0
33
// [END maps_ios_get_started_install_carthage]
44

55
// [START maps_ios_places_get_started_install_carthage]
6-
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 4.1.0
7-
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 4.1.0
6+
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 4.2.0
7+
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 4.2.0
88
// [END maps_ios_places_get_started_install_carthage]

snippets/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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', '4.1.0'
5-
pod 'GooglePlaces', '4.1.0'
4+
pod 'GoogleMaps', '4.2.0'
5+
pod 'GooglePlaces', '4.2.0'
66
end
77
# [END maps_ios_get_started_install_podfile]
88

99
# [START maps_ios_places_get_started_install_podfile]
1010
source 'https://github.com/CocoaPods/Specs.git'
1111
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
12-
pod 'GooglePlaces', '4.1.0'
12+
pod 'GooglePlaces', '4.2.0'
1313
end
1414
# [END maps_ios_places_get_started_install_podfile]

0 commit comments

Comments
 (0)