diff --git a/app/build.gradle b/app/build.gradle index d4f20881..ba4bbada 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,11 +57,11 @@ dependencies { // Import the BLE Common Library. // The BLE Common Library depends on BLE Library. It is enough to include the first one. - // implementation 'no.nordicsemi.android:ble-common:2.0-alpha2' + implementation 'no.nordicsemi.android:ble-common:2.0-alpha3' // The BLE Common Library may be included from jcenter. If you want to modify the code, // clone both projects from GitHub and replace the line above with the following // (and also the according lines in the settings.gradle): - implementation project(':ble-common') + // implementation project(':ble-common') implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' diff --git a/settings.gradle b/settings.gradle index 93eadd71..3dbd0f8b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,9 +3,9 @@ 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: -include ':ble', ':ble-common' -project(':ble').projectDir = file('../Android-BLE-Library/ble') -project(':ble-common').projectDir = file('../Android-BLE-Common-Library/ble-common') +// 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: