-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsettings.gradle
More file actions
32 lines (23 loc) · 863 Bytes
/
settings.gradle
File metadata and controls
32 lines (23 loc) · 863 Bytes
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
include ':app'
include ':AssetTrackingThreshold'
include ':AtrBle1Support'
include ':NfcSmarTag'
include ':SmarTagLibrary'
include ':lora'
include ':sigfox'
include ':BlueSTSDK'
include ':BlueSTSDK_GUI'
include ":STLogin"
include ':STAWSDashboard'
include ':STAWSDashboard:STAWSDataUI'
include ':STAWSDashboard:STAWSData'
include ':UI'
include ":DataBases"
include ':Polaris'
include ':Demos'
project(':BlueSTSDK').projectDir = new File('BlueSTSDK/BlueSTSDK')
project(":STLogin").projectDir = new File(rootDir, 'STUtility/STLogin/STLogin')
project(":DataBases").projectDir = new File(rootDir, 'STUtility/DataBases')
project(":UI").projectDir = new File(rootDir, 'STUtility/UI')
project(":NfcSmarTag").projectDir = new File(rootDir, 'SmartTagAndroid/NfcSmarTag')
project(":SmarTagLibrary").projectDir = new File(rootDir, 'SmartTagAndroid/SmarTagLibrary')