forked from getodk/collect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
47 lines (46 loc) · 981 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
include ':projects'
include ':forms-test'
include ':shared'
include ':forms'
include ':analytics'
include ':androidshared'
include ':audio-recorder'
include ':test-shared'
include ':audio-clips'
include ':strings'
include ':async'
include ':collect_app'
include ':nbistubs'
include ':material'
include ':fragments-test'
include ':location'
include ':geo'
include ':errors'
include ':external-app'
include ':upgrade'
include ':permissions'
include ':image-loader'
include ':glide'
include ':androidtest'
include ':settings'
include ':service-test'
include ':maps'
include ':osmdroid'
include ':icons'
include ':crash-handler'
include ':entities'
include ':selfie-camera'
include ':qr-code'
include ':shadows'
include ':metadata'
include ':google-maps'
include ':test-forms'
include ':printer'
include ':draw'
include ':lists'
include ':web-page'
include ':db'
apply from: 'secrets.gradle'
if (getSecrets().getProperty('MAPBOX_DOWNLOADS_TOKEN', '') != '') {
include ':mapbox'
}