diff --git a/settings.gradle b/settings.gradle index af2c9907..08573a8f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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') \ No newline at end of file