Skip to content

Commit 81233cb

Browse files
[skip ci] Bump release version to v0.25.1
GitOrigin-RevId: 49f6271ab3c4f56f3b83e3bb6455de3a23ea3d56
1 parent 6aa4fb6 commit 81233cb

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## License
22

3-
Mapbox Maps for Flutter version 2.25.0-SNAPSHOT-06-24--09-50.git-4a77424
3+
Mapbox Maps for Flutter version 2.25.1
44
Mapbox Maps Flutter SDK
55

66
Copyright © 2022 - 2026 Mapbox, Inc. All rights reserved.
@@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
134134

135135
## License
136136

137-
Mapbox Maps for iOS version 11.25.0-SNAPSHOT-06-24--09-50.git-4a77424
137+
Mapbox Maps for iOS version 11.25.1
138138
Mapbox Maps iOS SDK
139139

140140
Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved.
@@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
165165

166166
---
167167

168-
### MapboxCoreMaps,11.25.0-SNAPSHOT-06-24--09-50.git-4a77424,Mapbox ToS,Mapbox,https://www.mapbox.com/
168+
### MapboxCoreMaps,11.25.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
169169

170170
```
171171
Mapbox Core Maps version 11.0
@@ -2102,7 +2102,7 @@ DEALINGS IN THE SOFTWARE.
21022102

21032103
### License
21042104

2105-
Mapbox Maps for Android version 11.25.0-SNAPSHOT-06-24--09-50.git-4a77424
2105+
Mapbox Maps for Android version 11.25.1
21062106
Mapbox Maps Android SDK
21072107

21082108
Copyright © 2021 - 2026 Mapbox, Inc. All rights reserved.
@@ -2590,7 +2590,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
25902590

25912591
===========================================================================
25922592

2593-
### MapboxCoreMaps,11.25.0-SNAPSHOT-06-24--09-50.git-4a77424,Mapbox ToS,Mapbox,https://www.mapbox.com/
2593+
### MapboxCoreMaps,11.25.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
25942594

25952595
```
25962596
Mapbox Core Maps version 11.0

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.25.0-SNAPSHOT-06-24--09-50.git-4a77424). 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.25.1). 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
@@ -66,7 +66,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint
6666
}
6767

6868
dependencies {
69-
implementation "com.mapbox.maps:android-ndk27:11.25.0-SNAPSHOT-06-24--09-50.git-4a77424"
69+
implementation "com.mapbox.maps:android-ndk27:11.25.1"
7070

7171
implementation "androidx.annotation:annotation:1.5.0"
7272
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"

ios/mapbox_maps_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mapbox_maps_flutter'
7-
s.version = '2.25.0-SNAPSHOT-06-24--09-50.git-4a77424'
7+
s.version = '2.25.1'
88

99
s.summary = 'Mapbox Maps SDK Flutter Plugin.'
1010
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|
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '14.0'
1919

20-
s.dependency 'MapboxMaps', '11.25.0-SNAPSHOT-06-24--09-50.git-4a77424'
20+
s.dependency 'MapboxMaps', '11.25.1'
2121
s.dependency 'Turf', '4.0.0'
2222

2323
# Flutter.framework does not contain a i386 slice.

ios/mapbox_maps_flutter/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import PackageDescription
55

6-
let mapboxMapsVersion: Version = "11.25.0-SNAPSHOT-06-24--09-50.git-4a77424"
6+
let mapboxMapsVersion: Version = "11.25.1"
77

88
let mapboxMapsPackage = mapboxMapsVersion.description.contains("SNAPSHOT")
99
? "mapbox-maps-ios-binary"

lib/src/package_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
part of mapbox_maps_flutter;
22

3-
const String mapboxPluginVersion = '2.25.0-SNAPSHOT-06-24--09-50.git-4a77424';
3+
const String mapboxPluginVersion = '2.25.1';
44

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mapbox_maps_flutter
22
description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs.
3-
version: 2.25.0-SNAPSHOT-06-24--09-50.git-4a77424
3+
version: 2.25.1
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)