Skip to content

Commit 48cda0f

Browse files
VysotskiVadimgithub-actions[bot]
authored andcommitted
mapbox java 7.3.2 (#8498)
GitOrigin-RevId: 68b1796632cb9398e35d7021da74be55b30da333
1 parent 5e80ecc commit 48cda0f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

LICENSE.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,14 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
203203

204204
===========================================================================
205205

206-
Mapbox Navigation uses portions of the auto-value-gson-runtime.
206+
Mapbox Navigation uses portions of the autotransient (A transient annotation for AutoValue extensions.).
207+
URL: [https://github.com/ZacSweers/AutoTransient/](https://github.com/ZacSweers/AutoTransient/)
207208
License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
208209

209210
===========================================================================
210211

211-
Mapbox Navigation uses portions of the autotransient (A transient annotation for AutoValue extensions.).
212-
URL: [https://github.com/ZacSweers/AutoTransient/](https://github.com/ZacSweers/AutoTransient/)
212+
Mapbox Navigation uses portions of the AutoValue: Gson Extension (Runtime) (Mapbox fork of an AutoValue extension that creates a Gson TypeAdapter for JSON serialization of AutoValue classes.).
213+
URL: [https://github.com/mapbox/auto-value-gson/](https://github.com/mapbox/auto-value-gson/)
213214
License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
214215

215216
===========================================================================
@@ -638,13 +639,14 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
638639

639640
===========================================================================
640641

641-
Mapbox Navigation uses portions of the auto-value-gson-runtime.
642+
Mapbox Navigation uses portions of the autotransient (A transient annotation for AutoValue extensions.).
643+
URL: [https://github.com/ZacSweers/AutoTransient/](https://github.com/ZacSweers/AutoTransient/)
642644
License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
643645

644646
===========================================================================
645647

646-
Mapbox Navigation uses portions of the autotransient (A transient annotation for AutoValue extensions.).
647-
URL: [https://github.com/ZacSweers/AutoTransient/](https://github.com/ZacSweers/AutoTransient/)
648+
Mapbox Navigation uses portions of the AutoValue: Gson Extension (Runtime) (Mapbox fork of an AutoValue extension that creates a Gson TypeAdapter for JSON serialization of AutoValue classes.).
649+
URL: [https://github.com/mapbox/auto-value-gson/](https://github.com/mapbox/auto-value-gson/)
648650
License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
649651

650652
===========================================================================

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ext {
1919

2020
version = [
2121
mapboxMapSdk : '11.11.0-SNAPSHOT.0306T0845Z.dd-snapshots-dfff2f4.4b251e7',
22-
mapboxSdkServices : '7.3.1',
22+
mapboxSdkServices : '7.3.2',
2323
mapboxNavigator : "${mapboxNavigatorVersion}",
2424
mapboxCommonNative : '24.11.0-SNAPSHOT-03-06--04-29.git-dfff2f4',
2525
mapboxNavSdkCpp : '0.11.0-SNAPSHOT-03-06--04-29.git-dfff2f4',

0 commit comments

Comments
 (0)