Skip to content

Commit cfc9666

Browse files
authored
Prepare 2.11.0-beta.1 (#1016)
* Prepare 2.11.0-beta.1 * Bump example app AGP and gradle wrapper version * Resolve example app build warnings * fix license check failing because license is too big to be passed as an argument * Bump Maps SDK to 11.15.0-beta.1 * Bump Xcode version on CI * bump kotlin and android sdk version in examples app * Bump Maps SDK to 11.15.0-beta.3
1 parent efa96f4 commit cfc9666

File tree

17 files changed

+532
-159
lines changed

17 files changed

+532
-159
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ executors:
266266
macos-xcode-latest:
267267
resource_class: macos.m1.medium.gen1
268268
macos:
269-
xcode: 16.0.0
269+
xcode: 16.2.0
270270
firebase-test-runner:
271271
resource_class: small
272272
docker:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
### main
1+
### 2.11.0-beta.1
22

33
* Fix Mapbox expression handling on Android by converting List expressions starting with strings to JSON format.
4+
* Update Maps SDK to v11.15.0-beta.3
45

56
### 2.10.0
67

LICENSE

Lines changed: 475 additions & 99 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapbox Maps SDK Flutter SDK
22

3-
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.14.0). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
3+
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.15.0-beta.3). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
44

55
Web and desktop are not supported.
66

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint
5959
}
6060

6161
dependencies {
62-
implementation "com.mapbox.maps:android:11.14.0"
62+
implementation "com.mapbox.maps:android:11.15.0-beta.2"
6363

6464
implementation "androidx.annotation:annotation:1.5.0"
6565
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"

example/android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ if (flutterVersionName == null) {
2424

2525
android {
2626
namespace "com.mapbox.maps.mapbox_maps_example"
27-
compileSdk 34
28-
27+
compileSdk 36
28+
ndkVersion = "27.0.12077973"
2929
sourceSets {
3030
main.java.srcDirs += 'src/main/kotlin'
3131
}
@@ -41,8 +41,8 @@ android {
4141

4242
defaultConfig {
4343
applicationId "com.mapbox.maps.flutter.example"
44-
minSdkVersion 21
45-
targetSdkVersion 33
44+
minSdkVersion 24
45+
targetSdkVersion 35
4646
versionCode flutterVersionCode.toInteger()
4747
versionName flutterVersionName
4848
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Apr 30 20:27:36 EEST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "7.3.1" apply false
22-
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
21+
id "com.android.application" version '8.10.1' apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

2525
include ":app"

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5757
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5858
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
59+
78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = "<group>"; };
5960
/* End PBXFileReference section */
6061

6162
/* Begin PBXFrameworksBuildPhase section */
@@ -88,6 +89,7 @@
8889
9740EEB11CF90186004384FC /* Flutter */ = {
8990
isa = PBXGroup;
9091
children = (
92+
78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */,
9193
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
9294
9740EEB21CF90195004384FC /* Debug.xcconfig */,
9395
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,

example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)