Skip to content

Commit

Permalink
feat(ios): bump googlemaps to 7.4.0 (react-native-maps#4679)
Browse files Browse the repository at this point in the history
According to the release notes, this version is functionally identical to v.7.3.0
  • Loading branch information
monholm committed Apr 18, 2023
1 parent fa48b1e commit 661cddb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ PODS:
- GoogleMaps
- Google-Maps-iOS-Utils/QuadTree (4.1.0):
- GoogleMaps
- GoogleMaps (7.3.0):
- GoogleMaps/Maps (= 7.3.0)
- GoogleMaps/Base (7.3.0)
- GoogleMaps/Maps (7.3.0):
- GoogleMaps (7.4.0):
- GoogleMaps/Maps (= 7.4.0)
- GoogleMaps/Base (7.4.0)
- GoogleMaps/Maps (7.4.0):
- GoogleMaps/Base
- hermes-engine (0.70.8)
- libevent (2.1.12)
Expand Down Expand Up @@ -265,7 +265,7 @@ PODS:
- glog
- react-native-google-maps (0.0.0):
- Google-Maps-iOS-Utils (= 4.1.0)
- GoogleMaps (= 7.3.0)
- GoogleMaps (= 7.4.0)
- React-Core
- react-native-maps (0.0.0):
- React-Core
Expand Down Expand Up @@ -474,7 +474,7 @@ SPEC CHECKSUMS:
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
Google-Maps-iOS-Utils: d3fdfd57db799771418f06189e33981597553aa8
GoogleMaps: a146f275ee429d14822178c7a841c03366ec92a1
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
hermes-engine: 0b19f33a9c2ec1dbdede3232606eeb1101db4cec
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
Expand All @@ -492,7 +492,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: bc8556d76f83a1a9075cdee207aad7c0b7b30a33
React-jsinspector: 5e5497c844f2381e8648ec3a7d0ad25b3f27f23e
React-logger: b277ad8f4473f2506fb30b762b6348534a3de10e
react-native-google-maps: 67d5cceac64e7b85e619be3a61c9a11e45ebdae6
react-native-google-maps: ee3ad79c32fda4f29fe9949e70e259bb31d7f849
react-native-maps: 30d24060fb0abe9998d31a4cf37421ff14c59e25
React-perflogger: e9249a18e055cae96fdf685bf6145cbea62506c8
React-RCTActionSheet: a6d2a544a4605a111ce80fa9319cc870ca3ea778
Expand All @@ -508,6 +508,6 @@ SPEC CHECKSUMS:
ReactCommon: c440e7f15075e81eb29802521c58a1f38b1aa903
Yoga: d6133108734e69e8c0becc6ba587294b94829687

PODFILE CHECKSUM: 8c4345114bd2d897ad10bf43f4623cb0d2fca939
PODFILE CHECKSUM: 1d755277e5648e128501c8fe0a40074bd2f373b1

COCOAPODS: 1.12.0
2 changes: 1 addition & 1 deletion react-native-google-maps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"${PODS_CONFIGURATION_BUILD_DIR}/react-native-maps"' }

s.dependency 'React-Core'
s.dependency 'GoogleMaps', '7.3.0'
s.dependency 'GoogleMaps', '7.4.0'
s.dependency 'Google-Maps-iOS-Utils', '4.1.0'
end

0 comments on commit 661cddb

Please sign in to comment.