Files
Android-nRF-Toolbox/settings.gradle
Aleksander Nowakowski ff4677da43 BLE library project renamed
2017-12-18 13:52:44 +01:00

8 lines
284 B
Groovy

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