summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorkevin <kevin.li@mapbox.com>2019-04-08 11:22:38 +0800
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-04-18 16:00:12 +0200
commit0d0ab37c59c664e50f02b31599e68b947e4e6d77 (patch)
treefa1e683346ace93732ae234241521d3924d11472 /platform/android/build.gradle
parent55c8abfc61bb64e51e1524ca62d5f2667c8b7f7e (diff)
downloadqtlocation-mapboxgl-0d0ab37c59c664e50f02b31599e68b947e4e6d77.tar.gz
Use snapshot for test
Diffstat (limited to 'platform/android/build.gradle')
-rw-r--r--platform/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 97f3037afb..4541f4dac5 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -24,7 +24,7 @@ allprojects {
// For publishing Maps SDK files to Bintray
maven { url 'https://mapbox.bintray.com/mapbox' }
// Snapshot repository
- //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
+ maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
}