forked from getodk/collect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
40 lines (39 loc) · 842 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
include ':projects'
include ':formstest'
include ':shared'
include ':forms'
include ':analytics'
include ':androidshared'
include ':audiorecorder'
include ':testshared'
include ':audioclips'
include ':strings'
include ':async'
include ':collect_app'
include ':nbistubs'
include ':material'
include ':fragmentstest'
include ':location'
include ':geo'
include ':errors'
include ':externalapp'
include ':upgrade'
include ':permissions'
include ':imageloader'
include ':glide'
include ':androidtest'
include ':settings'
include ':servicetest'
include ':maps'
include ':osmdroid'
include ':icons'
include ':crash-handler'
include ':entities'
include ':selfie-camera'
include ':qr-code'
include ':shadows'
include ':metadata'
apply from: 'secrets.gradle'
if (getSecrets().getProperty('MAPBOX_DOWNLOADS_TOKEN', '') != '') {
include ':mapbox'
}