Skip to content

Commit 49f3379

Browse files
committed
Readme updated
1 parent a8c8eee commit 49f3379

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The compat library may be found on jcenter and Maven Central repository. Add it to your project by adding the following dependency:
88

99
```Groovy
10-
compile 'no.nordicsemi.android:dfu:1.3.0'
10+
compile 'no.nordicsemi.android:dfu:1.3.1'
1111
```
1212

1313
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
5252

5353
* **SDK 12.0.0** - New Secure DFU has been released. Buttonless service is experimental.
5454
* **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).
5556

5657
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,
5859
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)
5960
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).
6061
Both are supported since DFU Library 1.3.0.

0 commit comments

Comments
 (0)