This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
/
settings.gradle
38 lines (25 loc) · 2.16 KB
/
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
include ':aware-core', ':aware-phone', ":aware-tests"
include ':com.aware.plugin.device_usage'
project(':com.aware.plugin.device_usage').projectDir = new File('com.aware.plugin.device_usage/com.aware.plugin.device_usage.lib')
include ':com.aware.plugin.ambient_noise'
project(':com.aware.plugin.ambient_noise').projectDir = new File('com.aware.plugin.ambient_noise/com.aware.plugin.ambient_noise.lib')
include ':com.aware.plugin.contacts_list'
project(':com.aware.plugin.contacts_list').projectDir = new File('com.aware.plugin.contacts_list/com.aware.plugin.contacts_list.lib')
include ':com.aware.plugin.studentlife.audio'
project(':com.aware.plugin.studentlife.audio').projectDir = new File('com.aware.plugin.studentlife.audio/com.aware.plugin.studentlife.audio.lib')
include ':com.aware.plugin.fitbit'
project(':com.aware.plugin.fitbit').projectDir = new File('com.aware.plugin.fitbit/com.aware.plugin.fitbit.lib')
include ':com.aware.plugin.google.activity_recognition'
project(':com.aware.plugin.google.activity_recognition').projectDir = new File('com.aware.plugin.google.activity_recognition/com.aware.plugin.google.activity_recognition.lib')
include ':com.aware.plugin.google.auth'
project(':com.aware.plugin.google.auth').projectDir = new File('com.aware.plugin.google.auth/com.aware.plugin.google.auth.lib')
include ':com.aware.plugin.google.fused_location'
project(':com.aware.plugin.google.fused_location').projectDir = new File('com.aware.plugin.google.fused_location/com.aware.plugin.google.fused_location.lib')
include ':com.aware.plugin.openweather'
project(':com.aware.plugin.openweather').projectDir = new File('com.aware.plugin.openweather/com.aware.plugin.openweather.lib')
include ':com.aware.plugin.esm.scheduler'
project(':com.aware.plugin.esm.scheduler').projectDir = new File('com.aware.plugin.esm.scheduler/com.aware.plugin.esm.scheduler.lib')
include ':com.aware.plugin.sensortag'
project(':com.aware.plugin.sensortag').projectDir = new File('com.aware.plugin.sensortag/com.aware.plugin.sensortag.lib')
include ':com.aware.plugin.sentimental'
project(':com.aware.plugin.sentimental').projectDir = new File('com.aware.plugin.sentimental/com.aware.plugin.sentimental.lib')