Skip to content

Commit

Permalink
use old mas lib for geojson plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Mace committed Mar 12, 2018
1 parent a540a87 commit 1ccb76c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-geojson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dependencies {
// TODO change back to using constant in dependencies.gradle
implementation "com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0"
implementation dependenciesList.supportAppcompatV7
implementation dependenciesList.mapboxGeoJson
implementation "com.mapbox.mapboxsdk:mapbox-android-services:2.2.9"
implementation dependenciesList.okhttp
implementation dependenciesList.timber
javadocDeps dependenciesList.mapboxMapSdk
javadocDeps "com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0"
}

apply from: 'javadoc.gradle'
Expand Down

0 comments on commit 1ccb76c

Please sign in to comment.