BLE Common Library v2.0-alpha4

This commit is contained in:
Aleksander Nowakowski
2018-06-28 13:51:51 +02:00
parent 7ae62f196e
commit 943481c804

View File

@@ -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):