summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2016-01-12 10:46:43 -0600
committerBrad Leege <bleege@gmail.com>2016-01-12 11:21:51 -0600
commit11062a01b40cb64c57d1b7b2ef8c0fc39c11d159 (patch)
tree44d9aa28748a9b656512edad60b69634c56454c3 /platform/android/build.gradle
parent9c433431878c85b009ec512d4becda6cb594019d (diff)
downloadqtlocation-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/android/build.gradle')
-rw-r--r--platform/android/build.gradle1
1 files changed, 0 insertions, 1 deletions
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/" }
}
}