Files
Android-nRF-Toolbox/settings.gradle
2018-04-17 12:44:53 +02:00

9 lines
384 B
Groovy

include ':app', ':wear', ':common'
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')