Skip to content

Commit

Permalink
chore: update GoogleMaps dependency to v6.2.1 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Aug 1, 2022
1 parent f2cb679 commit 39349fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.0.1-beta
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.2.1-beta
github "erikdoe/ocmock"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://dl.google.com/geosdk/GoogleMaps.json" "6.0.1-beta"
binary "https://dl.google.com/geosdk/GoogleMaps.json" "6.2.1-beta"
github "erikdoe/ocmock" "v3.9.1"
2 changes: 1 addition & 1 deletion Podfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '12.0'

target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
use_frameworks!
pod 'GoogleMaps', '6.1.0'
pod 'GoogleMaps', '6.2.1'
pod 'Google-Maps-iOS-Utils', '4.1.0'
end
# [END maps_ios_utils_podfile_template]

0 comments on commit 39349fc

Please sign in to comment.