From 943481c8045b27b1aa76a2a5a9fa5c1794ba10e4 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Thu, 28 Jun 2018 13:51:51 +0200 Subject: [PATCH] BLE Common Library v2.0-alpha4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4cdd1f33..b3d0dc4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ 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-alpha3' + implementation 'no.nordicsemi.android:ble-common:2.0-alpha4' // 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):