You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency:
8
8
9
9
```Groovy
10
-
compile 'no.nordicsemi.android:dfu:1.3.0'
10
+
compile 'no.nordicsemi.android:dfu:1.3.1'
11
11
```
12
12
13
13
If you use proguard, add the following line to your proguard rules:
@@ -52,9 +52,10 @@ The library is compatible with nRF51 and nRF52 devices with S-Series Soft Device
52
52
53
53
***SDK 12.0.0** - New Secure DFU has been released. Buttonless service is experimental.
54
54
***SDK 13.0.0** - Buttonless DFU (still experimental) uses different UUIDs. No bond sharing supported. Bootloader will use address +1.
55
+
***SDK 14.0.0** - Buttonless DFU is no longer experimental. A new UUID (0004) added for bonded only devices (previous one (0003) is for non-bonded only).
55
56
56
57
This library is fully backwards compatible and supports both the new and legacy DFU.
57
-
The experimental buttonless DFU service from SDK 12 is supported since version 1.1.0. Due to the fact, that this experimental service is not safe,
58
+
The experimental buttonless DFU service from SDK 12 is supported since version 1.1.0. Due to the fact, that this experimental service from SDK 12 is not safe,
58
59
you have to call [starter.setUnsafeExperimentalButtonlessServiceInSecureDfuEnabled(true)](https://github.com/NordicSemiconductor/Android-DFU-Library/blob/release/dfu/src/main/java/no/nordicsemi/android/dfu/DfuServiceInitiator.java#L194)
59
60
to enable it. Read the method documentation for details. It is recommended to use the Buttonless service from SDK 13 (for non-bonded devices, or 14 (when released) for bonded).
0 commit comments