diff --git a/README.md b/README.md index 6feef44..a983fd4 100644 --- a/README.md +++ b/README.md @@ -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.9.1' +implementation 'no.nordicsemi.android:dfu:1.9.2' ``` For projects not migrated to Android Jetpack, use: diff --git a/gradle.properties b/gradle.properties index 02bcd76..4f4beda 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,10 +16,9 @@ # 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 # org.gradle.parallel=true -android.enableJetifier=true android.useAndroidX=true -VERSION_NAME=1.9.1 +VERSION_NAME=1.9.2 GROUP=no.nordicsemi.android 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_URL=http://opensource.org/licenses/BSD-3-Clause POM_DEVELOPER_ID=nordic -POM_DEVELOPER_NAME=Nordic Semiconductor ASA \ No newline at end of file +POM_DEVELOPER_NAME=Nordic Semiconductor ASA +POM_DEVELOPER_EMAIL=mag@nordicsemi.no \ No newline at end of file