Files
Android-nRF-Toolbox/settings.gradle
Aleksander Nowakowski 4c439f30b6 BLE Library v2.0-alpha3
2018-06-26 16:39:48 +02:00

13 lines
517 B
Groovy

include ':app', ':wear', ':common'
// Uncomment these lines if you want to import the BLE Library and BLE Common Library as a project,
// not from jcenter:
// include ':ble', ':ble-common'
// project(':ble').projectDir = file('../Android-BLE-Library/ble')
// project(':ble-common').projectDir = file('../Android-BLE-Common-Library/ble-common')
// Uncomment these lines if you want to import the DFULibrary as a project, not from jcenter:
// include ':dfu'
// project(':dfu').projectDir = file('../DFULibrary/dfu')