summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2018-11-12 17:11:51 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2018-11-29 19:26:21 +0100
commit216b0d8a936c4d3f3ff221ff3a2bd52f6d4d1964 (patch)
tree89eef40ed7027804709be7faa1a25d3f8c626c23 /platform/android/build.gradle
parent2c70f4b6dc7d9c9c67f7a78e4290335f137392d9 (diff)
downloadqtlocation-mapboxgl-216b0d8a936c4d3f3ff221ff3a2bd52f6d4d1964.tar.gz
[android] refactor LocationComponent to utilize LocationEngineRequest
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 86e4f4f5f8..c2bcde180d 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -18,7 +18,7 @@ allprojects {
google()
jcenter()
// Snapshot repository
- //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
+ maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
}