@nativescript-community/ui-mapbox 7.0.10 → 7.0.11

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.0.11](https://github.com/nativescript-community/ui-mapbox/compare/v7.0.10...v7.0.11) (2025-11-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **android:** use ndk27 of mapbox lib to support 16KB ([e709baf](https://github.com/nativescript-community/ui-mapbox/commit/e709baf3d29d4d21a68b634ab23fdc62a91e77e0))
11
+
6
12
  ## [7.0.10](https://github.com/nativescript-community/ui-mapbox/compare/v7.0.9...v7.0.10) (2025-11-04)
7
13
 
8
14
  **Note:** Version bump only for package @nativescript-community/ui-mapbox
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/ui-mapbox",
3
- "version": "7.0.10",
3
+ "version": "7.0.11",
4
4
  "description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.",
5
5
  "main": "index",
6
6
  "typings": "index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "dependencies": {
56
56
  "@nativescript-community/perms": "^3.0.4"
57
57
  },
58
- "gitHead": "c43922d8db0e76946ab89655313a4acfc34a0d81"
58
+ "gitHead": "c8e61627e99d27871f37056b01bf0f3358f89952"
59
59
  }
@@ -18,7 +18,7 @@ repositories {
18
18
 
19
19
  // see https://www.mapbox.com/android-sdk/
20
20
  dependencies {
21
- def mapboxVersion = project.hasProperty("mapboxVersion") ? project.mapboxVersion : "11.15.3"
21
+ def mapboxVersion = project.hasProperty("mapboxVersion") ? project.mapboxVersion : "11.16.2"
22
22
  def mapboxServicesVersion = project.hasProperty("mapboxServicesVersion") ? project.mapboxServicesVersion : "7.8.0"
23
23
  def mapboxPluginsVersion = project.hasProperty("mapboxPluginsVersion") ? project.mapboxPluginsVersion : "v9"
24
24
  def mapboxAnnotationPluginVersion = project.hasProperty("mapboxAnnotationPluginVersion") ? project.mapboxAnnotationPluginVersion : "0.9.0"
@@ -26,8 +26,8 @@ dependencies {
26
26
 
27
27
  println "com.mapbox.maps:android:$mapboxVersion"
28
28
 
29
- // Core Mapbox Maps SDK v11+
30
- implementation "com.mapbox.maps:android:$mapboxVersion"
29
+ // Core Mapbox Maps SDK v11+. For now use ndk27 to support 16Kb
30
+ implementation "com.mapbox.maps:android-ndk27:$mapboxVersion"
31
31
 
32
32
  // GeoJSON / Annotations support (choose correct module name & version)
33
33
  implementation "com.mapbox.mapboxsdk:mapbox-sdk-geojson:$mapboxServicesVersion" // example version
Binary file