Skip to content

Commit

Permalink
changed map dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Mace committed Jul 3, 2017
1 parent 00fe007 commit 75b7341
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/locationlayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ dependencies {
transitive = true
}

javadocDeps 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0-beta.4'
javadocDeps 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0'

testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-junit:2.0.0.0'
testCompile 'org.mockito:mockito-core:2.7.22'
}


apply from: 'javadoc.gradle'
apply from: '../mvn-push-android.gradle'
apply from: '../checkstyle.gradle'

0 comments on commit 75b7341

Please sign in to comment.