We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ab213 commit d1de47bCopy full SHA for d1de47b
README.md
@@ -8,7 +8,7 @@ The DFU library may be found on jcenter and Maven Central repository. Add it to
8
adding the following dependency:
9
10
```Groovy
11
-implementation 'no.nordicsemi.android:dfu:1.10.5'
+implementation 'no.nordicsemi.android:dfu:1.11.0'
12
```
13
14
For projects not migrated to Android Jetpack, use:
gradle.properties
@@ -18,7 +18,7 @@
18
# org.gradle.parallel=true
19
android.useAndroidX=true
20
21
-VERSION_NAME=1.10.5
+VERSION_NAME=1.11.0
22
GROUP=no.nordicsemi.android
23
24
POM_DESCRIPTION=Device Firmware Update library
0 commit comments