MICROEJ SDK 6 available v1.5.0

The new version 1.5.0 of the SDK 6 is available. It includes the following main changes:

For other improvements and bug fixes, find the complete changelog of MICROEJ SDK at docs.microej.com.

Update your project plugins configuration (build.gradle.kts) to use this new version:

plugins {
    id("com.microej.gradle.application") version "1.5.0"
}

Happy coding!
The MicroEJ Team.