diff options
author | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2018-04-23 16:44:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 16:44:16 +0200 |
commit | 5712b4908007f38265a4b744cefe72de27f5e9a7 (patch) | |
tree | f47eaeee711b3c653084fdae7999d932a52478b7 /platform | |
parent | a45670cfb5752866b9c8130024a313944684c2db (diff) | |
download | qtlocation-mapboxgl-5712b4908007f38265a4b744cefe72de27f5e9a7.tar.gz |
[android] - remove snapshot repository reference (#11709)
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle index 6cd9505447..16238f41c1 100644 --- a/platform/android/build.gradle +++ b/platform/android/build.gradle @@ -14,7 +14,8 @@ allprojects { mavenCentral() jcenter() google() - maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } + // Snapshot repository + //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } } |