Version 1.9.2
This commit is contained in:
parent
905a4b2aa5
commit
77817b3fd1
|
@ -8,7 +8,7 @@ The DFU library may be found on jcenter and Maven Central repository. Add it to
|
||||||
adding the following dependency:
|
adding the following dependency:
|
||||||
|
|
||||||
```Groovy
|
```Groovy
|
||||||
implementation 'no.nordicsemi.android:dfu:1.9.1'
|
implementation 'no.nordicsemi.android:dfu:1.9.2'
|
||||||
```
|
```
|
||||||
|
|
||||||
For projects not migrated to Android Jetpack, use:
|
For projects not migrated to Android Jetpack, use:
|
||||||
|
|
|
@ -16,10 +16,9 @@
|
||||||
# This option should only be used with decoupled projects. More details, visit
|
# This option should only be used with decoupled projects. More details, visit
|
||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
# org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
android.enableJetifier=true
|
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
||||||
VERSION_NAME=1.9.1
|
VERSION_NAME=1.9.2
|
||||||
GROUP=no.nordicsemi.android
|
GROUP=no.nordicsemi.android
|
||||||
|
|
||||||
POM_DESCRIPTION=Device Firmware Update library
|
POM_DESCRIPTION=Device Firmware Update library
|
||||||
|
@ -31,4 +30,5 @@ POM_LICENCE=BSD 3-Clause
|
||||||
POM_LICENCE_NAME=The BSD 3-Clause License
|
POM_LICENCE_NAME=The BSD 3-Clause License
|
||||||
POM_LICENCE_URL=http://opensource.org/licenses/BSD-3-Clause
|
POM_LICENCE_URL=http://opensource.org/licenses/BSD-3-Clause
|
||||||
POM_DEVELOPER_ID=nordic
|
POM_DEVELOPER_ID=nordic
|
||||||
POM_DEVELOPER_NAME=Nordic Semiconductor ASA
|
POM_DEVELOPER_NAME=Nordic Semiconductor ASA
|
||||||
|
POM_DEVELOPER_EMAIL=mag@nordicsemi.no
|
Loading…
Reference in New Issue