Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[android] Update to LOST 3.0.1 #9302

Merged
merged 1 commit into from
Jun 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platform/android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
mapboxAndroidTelemetry : "com.mapbox.mapboxsdk:mapbox-android-telemetry:${mapboxServicesVersion}@aar",

// mapzen lost
lost : 'com.mapzen.android:lost:3.0.1-20170607.212149-4',
lost : 'com.mapzen.android:lost:3.0.1',

// unit test
junit : 'junit:junit:4.12',
Expand Down