New MICROEJ SDK 6 available v1.1.0

Hi everyone,

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

It also fixes several bugs.

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

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

Then check the Migration Notes.

Find the complete changelog of MICROEJ SDK at docs.microej.com.

Happy coding!
The MicroEJ Team.