Formatting

This commit is contained in:
Aleksander Nowakowski
2018-06-26 11:36:12 +02:00
parent b29860df75
commit a0336ede61

View File

@@ -1,11 +1,13 @@
include ':app', ':wear', ':common' include ':app', ':wear', ':common'
// Uncomment these lines if you want to import the BLE Library and BLE Common Library as a project, // Uncomment these lines if you want to import the BLE Library and BLE Common Library as a project,
// not from jcenter // not from jcenter:
include ':ble', ':ble-common' include ':ble', ':ble-common'
project(':ble').projectDir = file('../Android-BLE-Library/ble') project(':ble').projectDir = file('../Android-BLE-Library/ble')
project(':ble-common').projectDir = file('../Android-BLE-Common-Library/ble-common') 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 // Uncomment these lines if you want to import the DFULibrary as a project, not from jcenter:
// include ':dfu' // include ':dfu'
// project(':dfu').projectDir = file('../DFULibrary/dfu') // project(':dfu').projectDir = file('../DFULibrary/dfu')