From ff9a0877b2d31711ea8f1066c9d16b0e88ad0d98 Mon Sep 17 00:00:00 2001 From: Sergey Khruschak Date: Tue, 15 May 2018 15:16:54 +0300 Subject: [PATCH] upgraded client library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0dae0a5..3117bb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,6 +51,6 @@ dependencies { testImplementation 'junit:junit:4.12' implementation 'com.android.support:appcompat-v7:25.3.1' implementation 'io.reactivex:rxjava:1.0.13' - implementation 'com.fidesmo:ble-client-android:0.1.16' + implementation 'com.fidesmo:ble-client-android:0.1.17' implementation 'com.fidesmo:nordpol-android:0.1.18' }