diff options
author | Brad Leege <bleege@gmail.com> | 2016-01-12 10:46:43 -0600 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2016-01-12 11:21:51 -0600 |
commit | 11062a01b40cb64c57d1b7b2ef8c0fc39c11d159 (patch) | |
tree | 44d9aa28748a9b656512edad60b69634c56454c3 /platform | |
parent | 9c433431878c85b009ec512d4becda6cb594019d (diff) | |
download | qtlocation-mapboxgl-11062a01b40cb64c57d1b7b2ef8c0fc39c11d159.tar.gz |
[android] #3484 - Switching to Directions 1.0.0 release. Removing mavenCentral() as it's a subset of jcenter().
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/MapboxGLAndroidSDKTestApp/build.gradle | 2 | ||||
-rw-r--r-- | platform/android/build.gradle | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle index a832ee3905..8d997a2471 100644 --- a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle +++ b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle @@ -82,7 +82,7 @@ dependencies { releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1' // Directions SDK - compile ('com.mapbox.mapboxsdk:mapbox-android-directions:1.0.0-SNAPSHOT@aar'){ + compile ('com.mapbox.mapboxsdk:mapbox-android-directions:1.0.0@aar'){ transitive=true } diff --git a/platform/android/build.gradle b/platform/android/build.gradle index a03a4a1909..2f5700c87b 100644 --- a/platform/android/build.gradle +++ b/platform/android/build.gradle @@ -17,7 +17,6 @@ buildscript { allprojects { repositories { jcenter() - mavenCentral() maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } } |