Skip to content

Commit

Permalink
Merge pull request #138 from mapbox/knn-replay-module
Browse files Browse the repository at this point in the history
Replay module
  • Loading branch information
kiryldz committed Oct 21, 2019
2 parents 85fa614 + fa40980 commit 080809a
Show file tree
Hide file tree
Showing 891 changed files with 1,621 additions and 530 deletions.
10 changes: 0 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,5 @@ android {
dependencies {
implementation project(':common')

implementation "com.mapbox.mapboxsdk:mapbox-android-sdk:$mapbox_sdk"
implementation "com.mapbox.mapboxsdk:mapbox-android-navigation:$mapbox_navigation"
implementation "com.mapbox.mapboxsdk:mapbox-android-navigation-ui:$mapbox_navigation"

// need 0.3.0 instead of 0.2.0 that maps 8.1.0 depends on to access `obtainVisionSkuUserToken` method
// TODO remove when fix is no more necessary
implementation ("com.mapbox.mapboxsdk:mapbox-android-accounts:0.3.0") {
force = true
}

ktlint "com.pinterest:ktlint:$ktlint_version"
}
Loading

0 comments on commit 080809a

Please sign in to comment.