diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a32184..4bd981b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,14 @@ * Bump Flutter SDK minimum required version to 3.27.0 and `compileSdk` to 35 on Android. -### 2.12.0-rc.2 +### 2.12.0 -* Update Maps SDK to v11.16.0-rc.2 +> [!NOTE] +> This release adds support for Android 16KB page size requirements. -### 2.12.0-rc.1 - -* Update Maps SDK to v11.16.0-rc.1 +* Update Maps SDK to v11.16.0 + * Maps SDK Android dependency now includes NDK 27 support and [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes). * Fix multi-touch gestures not working in map widget when being nested in `GestureDetector`. - -### 2.12.0-beta.1 - -* Use Maps SDK Android dependency with NDK 27 support and [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes). * Expose `LineLayer.lineCutoutOpacity`, `LineLayer.lineCutoutWidth` and `LineLayer.lineCutoutFadeWidth` to make route lines visible through obstructing 3D buildings and other aboveground features. ### 2.11.0 diff --git a/LICENSE b/LICENSE index 154dda97..568099c0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ## License -Mapbox Maps for Flutter version 2.12.0-rc.2 +Mapbox Maps for Flutter version 2.12.0 Mapbox Maps Flutter SDK Copyright © 2022 - 2025 Mapbox, Inc. All rights reserved. @@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## License -Mapbox Maps for iOS version 11.16.0-rc.2 +Mapbox Maps for iOS version 11.16.0 Mapbox Maps iOS SDK Copyright © 2021 - 2025 Mapbox, Inc. All rights reserved. @@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.16.0-rc.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.16.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 @@ -1944,7 +1944,7 @@ DEALINGS IN THE SOFTWARE. ### License -Mapbox Maps for Android version 11.16.0-rc.2 +Mapbox Maps for Android version 11.16.0 Mapbox Maps Android SDK Copyright © 2021 - 2025 Mapbox, Inc. All rights reserved. @@ -2426,7 +2426,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.16.0-rc.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.16.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 11.0 diff --git a/README.md b/README.md index c0a372cb..3cf7a4f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mapbox Maps SDK Flutter SDK -The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.16.0-rc.2). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. +The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.16.0). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. diff --git a/android/build.gradle b/android/build.gradle index a8828483..5d23c77b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -59,7 +59,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint } dependencies { - implementation "com.mapbox.maps:android-ndk27:11.16.0-rc.2" + implementation "com.mapbox.maps:android-ndk27:11.16.0" implementation "androidx.annotation:annotation:1.5.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" diff --git a/example/pubspec.lock b/example/pubspec.lock index 964939d6..c43d36c8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -269,7 +269,7 @@ packages: path: ".." relative: true source: path - version: "2.12.0-rc.2" + version: "2.12.0" matcher: dependency: transitive description: diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 8c6885c2..64e2b1e8 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.12.0-rc.2' + s.version = '2.12.0' s.summary = 'Mapbox Maps SDK Flutter Plugin.' s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.' @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.dependency 'Flutter' s.platform = :ios, '14.0' - s.dependency 'MapboxMaps', '11.16.0-rc.2' + s.dependency 'MapboxMaps', '11.16.0' s.dependency 'Turf', '4.0.0' # Flutter.framework does not contain a i386 slice. diff --git a/ios/mapbox_maps_flutter/Package.resolved b/ios/mapbox_maps_flutter/Package.resolved index 736ac77c..98e20287 100644 --- a/ios/mapbox_maps_flutter/Package.resolved +++ b/ios/mapbox_maps_flutter/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-common-ios.git", "state" : { - "revision" : "8584d21ea69586845660aa9f6cabc5e384d4226c", - "version" : "24.16.0-rc.2" + "revision" : "a46ad68c7f6151216abfabd0e71bb08e53e95443", + "version" : "24.16.0" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-core-maps-ios.git", "state" : { - "revision" : "4408ab5ccd627df1ad6e677a6c98dfe079f8fa61", - "version" : "11.16.0-rc.2" + "revision" : "1871be4b3d590c3bff2618f42ac2d7068da0e979", + "version" : "11.16.0" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-maps-ios.git", "state" : { - "revision" : "163e68b7cd31f3f8d9b0399481815492602c336f", - "version" : "11.16.0-rc.2" + "revision" : "486c66ef8f50945963820c9b490fd36c19e3ef04", + "version" : "11.16.0" } }, { diff --git a/ios/mapbox_maps_flutter/Package.swift b/ios/mapbox_maps_flutter/Package.swift index bd502962..546dd642 100644 --- a/ios/mapbox_maps_flutter/Package.swift +++ b/ios/mapbox_maps_flutter/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "mapbox-maps-flutter", targets: ["mapbox_maps_flutter"]) ], dependencies: [ - .package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: "11.16.0-rc.2"), + .package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: "11.16.0"), ], targets: [ .target( diff --git a/lib/src/package_info.dart b/lib/src/package_info.dart index 6889768f..7b755c40 100644 --- a/lib/src/package_info.dart +++ b/lib/src/package_info.dart @@ -1,3 +1,3 @@ part of mapbox_maps_flutter; -const String mapboxPluginVersion = '2.12.0-rc.2'; +const String mapboxPluginVersion = '2.12.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 32a8ef13..68216746 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.12.0-rc.2 +version: 2.12.0 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: