File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ### main
2+
3+ * Use Maps SDK Android dependency with NDK 27 support and [ support for 16 KB page sizes] ( https://developer.android.com/guide/practices/page-sizes ) .
4+
15### 2.11.0
26
37* Update Maps SDK to v11.15.0
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint
5959}
6060
6161dependencies {
62- implementation " com.mapbox.maps:android:11.15.0"
62+ implementation " com.mapbox.maps:android-ndk27 :11.15.0"
6363
6464 implementation " androidx.annotation:annotation:1.5.0"
6565 implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ while read -r name version; do
6464done <<< " $package_info"
6565
6666ios_sdk_version=$( grep -A 1 ' mapbox-maps-ios' ios/mapbox_maps_flutter/Package.swift | grep ' exact' | sed -E ' s/.*"([0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9.]+)?)".*/\1/' )
67- android_sdk_version=$( grep ' com.mapbox.maps:android' android/build.gradle | sed -E ' s/.*"com\.mapbox\.maps:android:([0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9.]+)?)".*/\1/' )
67+ android_sdk_version=$( grep ' com.mapbox.maps:android-ndk27 ' android/build.gradle | sed -E ' s/.*"com\.mapbox\.maps:android-ndk27 :([0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9.]+)?)".*/\1/' )
6868ios_license_content=$( curl -s " https://raw.githubusercontent.com/mapbox/mapbox-maps-ios/v$ios_sdk_version /LICENSE.md" )
6969android_license_content=$( curl -s " https://raw.githubusercontent.com/mapbox/mapbox-maps-android/v$android_sdk_version /LICENSE.md" )
7070
You can’t perform that action at this time.
0 commit comments