Skip to content

Commit b0ff02e

Browse files
committed
chore: Updating to 5.0.0
1 parent f06cc40 commit b0ff02e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

snippets/Cartfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// [START maps_ios_get_started_install_carthage]
2-
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 4.2.0
2+
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 5.0.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.2.0
7-
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 4.2.0
6+
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 5.0.0
87
// [END maps_ios_places_get_started_install_carthage]

snippets/Podfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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.2.0'
5-
pod 'GooglePlaces', '4.2.0'
4+
pod 'GoogleMaps', '5.0.0'
65
end
76
# [END maps_ios_get_started_install_podfile]
87

98
# [START maps_ios_places_get_started_install_podfile]
109
source 'https://github.com/CocoaPods/Specs.git'
1110
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
12-
pod 'GooglePlaces', '4.2.0'
11+
pod 'GooglePlaces', '5.0.0'
1312
end
1413
# [END maps_ios_places_get_started_install_podfile]

0 commit comments

Comments
 (0)