summaryrefslogtreecommitdiff
path: root/platform/android/settings.gradle
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-01-11 11:27:16 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-01-15 14:21:26 +0100
commit0cc928861a3335c0e74b695442446c13989ae6dc (patch)
tree31a5cbf460890e2874fe24d3826715952c9ee4a6 /platform/android/settings.gradle
parentd617b87b4de99b2dc31102032d29a6cabd2fe7eb (diff)
downloadqtlocation-mapboxgl-0cc928861a3335c0e74b695442446c13989ae6dc.tar.gz
[android] mapbox-java vendor
Diffstat (limited to 'platform/android/settings.gradle')
-rw-r--r--platform/android/settings.gradle7
1 files changed, 5 insertions, 2 deletions
diff --git a/platform/android/settings.gradle b/platform/android/settings.gradle
index c5e007c6ce..4f13c802a8 100644
--- a/platform/android/settings.gradle
+++ b/platform/android/settings.gradle
@@ -1,2 +1,5 @@
-include ':MapboxGLAndroidSDK', ':MapboxGLAndroidSDKTestApp', ':MapboxGLAndroidSDKLint', ':MapboxAndroidGestures'
-project(':MapboxAndroidGestures').projectDir = new File('vendor/mapbox-gestures-android/library') \ No newline at end of file
+include ':MapboxGLAndroidSDK', ':MapboxGLAndroidSDKTestApp', ':MapboxGLAndroidSDKLint', ':MapboxAndroidGestures', ':services-core', ':services-geojson', ':services-turf'
+project(':MapboxAndroidGestures').projectDir = new File('vendor/mapbox-gestures-android/library')
+project(':services-core').projectDir = new File('vendor/mapbox-java/services-core')
+project(':services-geojson').projectDir = new File('vendor/mapbox-java/services-geojson')
+project(':services-turf').projectDir = new File('vendor/mapbox-java/services-turf') \ No newline at end of file