summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-05-12 15:16:13 +0200
committerGitHub <noreply@github.com>2017-05-12 15:16:13 +0200
commite681f69993ea9b28e745e8933744960eb5a608f8 (patch)
treea0e9dc175a48151e62d4b49130ceb42a509a22ea /platform/android/build.gradle
parent850b008a2fd872c6158502b821da17864711bb12 (diff)
downloadqtlocation-mapboxgl-e681f69993ea9b28e745e8933744960eb5a608f8.tar.gz
[android] - update LOST to 2.3.0 (#8872)
Diffstat (limited to 'platform/android/build.gradle')
-rw-r--r--platform/android/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 120c0219e4..bc90896812 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -12,6 +12,7 @@ buildscript {
allprojects {
repositories {
jcenter()
+ maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
}