forked from mapzen/android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
28 lines (27 loc) · 923 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include ':core'
include ':bubble-wrap'
include ':cinnabar'
include ':refill'
include ':tron'
include ':walkabout'
include ':mapzen-android-sdk'
include ':mapzen-places-api'
include ':samples_mapzen-android-sdk-sample'
include ':samples_mapzen-places-api-sample'
include ':samples_mapzen-sample'
project(':bubble-wrap').projectDir =
new File('styles/bubble-wrap')
project(':cinnabar').projectDir =
new File('styles/cinnabar')
project(':refill').projectDir =
new File('styles/refill')
project(':tron').projectDir =
new File('styles/tron')
project(':walkabout').projectDir =
new File('styles/walkabout')
project(':samples_mapzen-android-sdk-sample').projectDir =
new File('samples/mapzen-android-sdk-sample')
project(':samples_mapzen-places-api-sample').projectDir =
new File('samples/mapzen-places-api-sample')
project(':samples_mapzen-sample').projectDir =
new File('samples/mapzen-sample')