react-native-maps 1.25.4 → 1.25.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "src/index.ts",
6
6
  "author": "Leland Richardson <leland.m.richardson@gmail.com>",
7
7
  "homepage": "https://github.com/react-native-maps/react-native-maps#readme",
8
- "version": "1.25.4",
8
+ "version": "1.25.5",
9
9
  "license": "MIT",
10
10
  "scripts": {
11
11
  "lint": "eslint . --max-warnings 0",
@@ -108,7 +108,7 @@ Pod::Spec.new do |s|
108
108
  }
109
109
  # Fixed compiler flags to avoid -Wno warnings
110
110
  ss.compiler_flags = folly_compiler_flags + ' -DHAVE_GOOGLE_MAPS=1 -DHAVE_GOOGLE_MAPS_UTILS=1'
111
- ss.dependency 'GoogleMaps', '9.3.0'
111
+ ss.dependency 'GoogleMaps', '9.4.0'
112
112
  ss.dependency 'Google-Maps-iOS-Utils', '6.1.0'
113
113
  ss.dependency 'react-native-maps/Generated'
114
114
  ss.dependency 'react-native-maps/Maps'