From 0420190023373a700b096f500bb252c32e2e4a60 Mon Sep 17 00:00:00 2001 From: philips77 Date: Tue, 26 May 2020 15:42:10 +0200 Subject: [PATCH] Paths to dependencies updated --- settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 3dbd0f8b..79180530 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,9 +5,9 @@ include ':app', ':wear', ':common' // include ':ble', ':ble-common' // 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-Library/ble-common') // 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 +// project(':dfu').projectDir = file('../Android-DFU-Library/dfu') \ No newline at end of file