summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-04-23 16:44:16 +0200
committerGitHub <noreply@github.com>2018-04-23 16:44:16 +0200
commit5712b4908007f38265a4b744cefe72de27f5e9a7 (patch)
treef47eaeee711b3c653084fdae7999d932a52478b7
parenta45670cfb5752866b9c8130024a313944684c2db (diff)
downloadqtlocation-mapboxgl-5712b4908007f38265a4b744cefe72de27f5e9a7.tar.gz
[android] - remove snapshot repository reference (#11709)
-rw-r--r--platform/android/build.gradle3
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/" }
}
}