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
+2-2Lines changed: 2 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.5.2'
10
+
compile 'no.nordicsemi.android:dfu:1.6.0'
11
11
```
12
12
13
13
If you use proguard, add the following line to your proguard rules:
@@ -53,7 +53,7 @@ The library is compatible with nRF51 and nRF52 devices with S-Series Soft Device
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
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).
56
-
***SDK 14.1.0** - Support for higher MTUs added.
56
+
***SDK 15.0.0** - Support for higher MTUs added (planned, may be postponed).
57
57
58
58
This library is fully backwards compatible and supports both the new and legacy DFU.
59
59
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,
0 commit comments