From f4364574e1edf8c2f29918f5079ecbcba3f6cc3e Mon Sep 17 00:00:00 2001 From: Langston Smith Date: Thu, 5 Sep 2019 07:58:36 -0700 Subject: [android] bumped java sdk dependency to 4.9.0-alpha.1 --- platform/android/LICENSE.md | 4 ++-- platform/android/gradle/dependencies.gradle | 2 +- platform/android/vendor/mapbox-java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/android/LICENSE.md b/platform/android/LICENSE.md index 18e5cb41c3..8423a34a6a 100644 --- a/platform/android/LICENSE.md +++ b/platform/android/LICENSE.md @@ -185,13 +185,13 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -Mapbox GL uses portions of the Mapbox Services SDK. +Mapbox GL uses portions of the Mapbox Java SDK. URL: [https://github.com/mapbox/mapbox-java](https://github.com/mapbox/mapbox-java) License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) =========================================================================== -Mapbox GL uses portions of the Mapbox Services SDK. +Mapbox GL uses portions of the Mapbox Java SDK. URL: [https://github.com/mapbox/mapbox-java](https://github.com/mapbox/mapbox-java) License: [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) diff --git a/platform/android/gradle/dependencies.gradle b/platform/android/gradle/dependencies.gradle index da7f007065..c1c4894727 100644 --- a/platform/android/gradle/dependencies.gradle +++ b/platform/android/gradle/dependencies.gradle @@ -7,7 +7,7 @@ ext { ] versions = [ - mapboxServices : '4.8.0', + mapboxServices : '4.9.0-alpha.1', mapboxTelemetry : '4.5.1', mapboxCore : '1.3.0', mapboxGestures : '0.5.1', diff --git a/platform/android/vendor/mapbox-java b/platform/android/vendor/mapbox-java index 305f6a78d1..84de2d4b02 160000 --- a/platform/android/vendor/mapbox-java +++ b/platform/android/vendor/mapbox-java @@ -1 +1 @@ -Subproject commit 305f6a78d1c1c4ec45735b0cf98bd7c4ea4658ff +Subproject commit 84de2d4b02e93a9eda9d0254332cd356d17445de -- cgit v1.2.1