Skip to content

Commit 1f5b13e

Browse files
committed
Version 1.6.0
1 parent c84c260 commit 1f5b13e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 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.5.2'
10+
compile 'no.nordicsemi.android:dfu:1.6.0'
1111
```
1212

1313
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
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.
5555
* **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).
5757

5858
This library is fully backwards compatible and supports both the new and legacy DFU.
5959
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,

dfu/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'com.jfrog.bintray'
1515
ext {
1616
PUBLISH_GROUP_ID = 'no.nordicsemi.android'
1717
PUBLISH_ARTIFACT_ID = 'dfu'
18-
PUBLISH_VERSION = '1.5.2'
18+
PUBLISH_VERSION = '1.6.0'
1919
2020
bintrayRepo = 'android'
2121
bintrayName = 'dfu-library'
@@ -46,8 +46,8 @@ android {
4646
defaultConfig {
4747
minSdkVersion 18
4848
targetSdkVersion 27
49-
versionCode 17
50-
versionName "1.5.2"
49+
versionCode 18
50+
versionName "1.6.0"
5151
}
5252
buildTypes {
5353
release {

0 commit comments

Comments
 (0)