Skip to content

Commit 55abaab

Browse files
DzmitryFomchyngithub-actions[bot]
authored andcommitted
Bump mapbox-java version (#9920)
* Bump mapbox-java version * Update license * Fix adasis api ref GitOrigin-RevId: 2c88b2d94c2208b7976506647c405d50a8c3d380
1 parent 6cc5dc8 commit 55abaab

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

LICENSE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ License: [Chromium and built-in dependencies](https://storage.cloud.google.com/c
231231

232232
===========================================================================
233233

234+
Mapbox Navigation uses portions of the error-prone annotations.
235+
License: [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
236+
237+
===========================================================================
238+
234239
Mapbox Navigation uses portions of the Experimental annotation (Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.).
235240
URL: [https://developer.android.com/jetpack/androidx/releases/annotation#1.3.0](https://developer.android.com/jetpack/androidx/releases/annotation#1.3.0)
236241
License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -662,6 +667,11 @@ License: [Chromium and built-in dependencies](https://storage.cloud.google.com/c
662667

663668
===========================================================================
664669

670+
Mapbox Navigation uses portions of the error-prone annotations.
671+
License: [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
672+
673+
===========================================================================
674+
665675
Mapbox Navigation uses portions of the Experimental annotation (Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.).
666676
URL: [https://developer.android.com/jetpack/androidx/releases/annotation#1.3.0](https://developer.android.com/jetpack/androidx/releases/annotation#1.3.0)
667677
License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -1068,6 +1078,11 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
10681078

10691079
===========================================================================
10701080

1081+
Mapbox Navigation uses portions of the error-prone annotations.
1082+
License: [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
1083+
1084+
===========================================================================
1085+
10711086
Mapbox Navigation uses portions of the Experimental annotation (Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.).
10721087
URL: [https://developer.android.com/jetpack/androidx/releases/annotation#1.1.0](https://developer.android.com/jetpack/androidx/releases/annotation#1.1.0)
10731088
License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext {
3030

3131
version = [
3232
mapboxMapSdk : "11.${mapboxSdkVersionSuffix}",
33-
mapboxSdkServices : '7.4.0',
33+
mapboxSdkServices : '7.6.0',
3434
mapboxNavigator : "${mapboxNavigatorVersion}",
3535
mapboxCommonNative : "24.${mapboxSdkVersionSuffix}",
3636
mapboxNavSdkCpp : "0.${mapboxSdkVersionSuffix}",

0 commit comments

Comments
 (0)