summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2016-01-08 16:10:46 -0500
committerBrad Leege <bleege@gmail.com>2016-01-12 11:21:50 -0600
commit9c433431878c85b009ec512d4becda6cb594019d (patch)
tree6b557f31380476be488a042af5c562b9444182a2 /platform/android/build.gradle
parent101a439b1dc204d6f828962f68ca1ee1ef24518b (diff)
downloadqtlocation-mapboxgl-9c433431878c85b009ec512d4becda6cb594019d.tar.gz
directions activity sample
Diffstat (limited to 'platform/android/build.gradle')
-rw-r--r--platform/android/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 3a9b035a56..a03a4a1909 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -17,6 +17,8 @@ buildscript {
allprojects {
repositories {
jcenter()
+ mavenCentral()
+ maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
}