From ba39d689d3af6440f250490c1662a195e526b3c9 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Thu, 23 Feb 2017 16:38:10 +0100 Subject: [PATCH] DFU Library 1.2.0 --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index ac9d78f7..97d15767 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,6 +46,7 @@ dependencies { // The DFU Library is imported automatically from jcenter. compile 'no.nordicsemi.android:dfu:1.1.1' + compile 'no.nordicsemi.android:dfu:1.2.0' // If you want to make some changes in the DFU Library, clone the https://github.com/NordicSemiconductor/Android-DFU-Library project into DFULibrary folder, // add it as a module in Project Structure and uncomment the following line: