BLE library project renamed

This commit is contained in:
Aleksander Nowakowski
2017-12-18 13:52:44 +01:00
parent f25a902305
commit ff4677da43

View File

@@ -1,5 +1,8 @@
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')