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

Commit

Permalink
[android] merge from master (MAS 3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 committed Feb 12, 2018
1 parent 3ced76f commit 867ed80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import com.mapbox.mapboxsdk.style.layers.Layer;
import com.mapbox.mapboxsdk.style.light.Light;
import com.mapbox.mapboxsdk.style.sources.Source;
import com.mapbox.services.android.telemetry.location.LocationEngine;
import com.mapbox.android.core.location.LocationEngine;

import java.lang.reflect.ParameterizedType;
import java.util.HashMap;
Expand Down
8 changes: 3 additions & 5 deletions platform/android/MapboxGLAndroidSDKTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ android {
}

dependencies {
implementation(project(':MapboxGLAndroidSDK'))
implementation(dependenciesList.mapboxJavaServices) {
transitive = true
}
api(project(':MapboxGLAndroidSDK'))
implementation dependenciesList.mapboxJavaServices

api dependenciesList.mapboxJavaTurf
implementation dependenciesList.mapboxJavaTurf

implementation dependenciesList.supportAppcompatV7
implementation dependenciesList.supportRecyclerView
Expand Down

0 comments on commit 867ed80

Please sign in to comment.