Skip to content

Version 5.0

For the release notes, please check the NIMMSTA B2B Portal.

Add Excludes for Libraries.

Add the following lines to the build.gradle in your app directory.

android {
    /* ... */
    packagingOptions {
        exclude 'META-INF/*.kotlin_module' /* already there */
        exclude 'META-INF/DEPENDENCIES' /* new */
        exclude 'META-INF/INDEX.LIST' /* new */
        exclude 'META-INF/io.netty.versions.properties' /* new */
    }
}

Gradle 1.4.30

Our Gradle version has been updated to 1.4.30. Please update your version as well.

Trigger SOS Requests moved

The Trigger SOS Request was moved from device.triggerSOS to device.api.triggerSOS.

Software Update

It is now possible to perform software updates. Check out the documentation here.

Barcode encodings

We now have support for all barcode encodings. Check out the documentation here.

Trigger Events

Trigger Events have been added. Check out the documentation here.