Version 1.10.4
This commit is contained in:
parent
e720d006c9
commit
c0de160087
|
@ -8,7 +8,7 @@ The DFU library may be found on jcenter and Maven Central repository. Add it to
|
|||
adding the following dependency:
|
||||
|
||||
```Groovy
|
||||
implementation 'no.nordicsemi.android:dfu:1.10.3'
|
||||
implementation 'no.nordicsemi.android:dfu:1.10.4'
|
||||
```
|
||||
|
||||
For projects not migrated to Android Jetpack, use:
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# org.gradle.parallel=true
|
||||
android.useAndroidX=true
|
||||
|
||||
VERSION_NAME=1.10.3
|
||||
VERSION_NAME=1.10.4
|
||||
GROUP=no.nordicsemi.android
|
||||
|
||||
POM_DESCRIPTION=Device Firmware Update library
|
||||
|
|
Loading…
Reference in New Issue