New MICROEJ SDK 6 available v1.0.0

Hello all,

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

  • Allow to define the Artifact Checker root directory.
  • Improve SDK EULA acceptation error message.
  • Reorganize Virtual Device structure to reduce the number of files at the root folder.
  • Support Addon Libraries in Runtime Environments.

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.0.0"
}

Then check the Migration Notes.

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

Happy coding!
The MicroEJ Team.

1 Like