Skip to content

Commit 18855c8

Browse files
authored
feat: use maplibre 6.19 (#358)
1 parent 7218276 commit 18855c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ more on how to update your implementation.
2727
their `*Sync()` overloads have been removed.
2828
- **Breaking** All declarative layers now require a `FeatureCollection`. This
2929
allows users to add properties to their layers.
30-
- Add iOS as supported platform with MapLibre Native iOS 6.18.
30+
- Add iOS as supported platform with MapLibre Native iOS 6.19.
3131
- Update MapLibre Native Android to 11.13
3232
- Load map styles from Flutter assets, a JSON string or via URI.
3333
- Add `setStyle()`, to know when the map style has loaded, listen to

maplibre_ios/ios/maplibre_ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Helper package for maplibre that provides iOS FFI bindings
1818

1919
# Needs to be the same version as in maplibre_ios/Package.swift
2020
# FOR PREBUILT LIBRARY
21-
s.dependency 'MapLibre', '~> 6.18'
21+
s.dependency 'MapLibre', '~> 6.19'
2222

2323
# FOR LOCAL LIBRARY
2424
# s.vendored_frameworks = '.build/MapLibre.xcframework'

maplibre_ios/ios/maplibre_ios/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
// Needs to be the same version as in ../maplibre_ios.podspec
1616
// FOR PREBUILT LIBRARY
17-
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution", .upToNextMinor(from: "6.18.0")),
17+
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution", .upToNextMinor(from: "6.19.0")),
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)