summaryrefslogtreecommitdiff
path: root/platform/android/dependencies.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-06-09 10:00:00 +0200
committerGitHub <noreply@github.com>2017-06-09 10:00:00 +0200
commit9f88e373665124464351424e1efc95fe3a1fc05d (patch)
tree024d50c24ef685c5f10c283da28b304571be7981 /platform/android/dependencies.gradle
parent233117fe5797f7f0dabddbee780b31a624053b68 (diff)
downloadqtlocation-mapboxgl-9f88e373665124464351424e1efc95fe3a1fc05d.tar.gz
Custom location source fix (#9142)
* [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
Diffstat (limited to 'platform/android/dependencies.gradle')
-rw-r--r--platform/android/dependencies.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/dependencies.gradle b/platform/android/dependencies.gradle
index 5e80e344e4..e71e077104 100644
--- a/platform/android/dependencies.gradle
+++ b/platform/android/dependencies.gradle
@@ -21,8 +21,8 @@ ext {
mapboxAndroidTelemetry : "com.mapbox.mapboxsdk:mapbox-android-telemetry:${mapboxServicesVersion}@aar",
// mapzen lost
- lost : 'com.mapzen.android:lost:3.0.0',
-
+ lost : 'com.mapzen.android:lost:3.0.1-20170607.212149-4',
+
// unit test
junit : 'junit:junit:4.12',
mockito : 'org.mockito:mockito-core:2.2.27',