From a0336ede610a1d48a02c9665dbf6aed6df3f7d2c Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Tue, 26 Jun 2018 11:36:12 +0200 Subject: [PATCH] Formatting --- settings.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 7bceaf53..93eadd71 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,11 +1,13 @@ include ':app', ':wear', ':common' // 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' 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 +// 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