Hello all,
The new version 0.19.0 of the SDK 6 is available. It includes the following changes:
- Allow to define properties of a testsuite project in the
local.properties
file. - Display clear error message when trying to build a Feature with a Virtual Device built with a Mono-Sandbox VEE Port.
- Application options must now add
microej.option.*
prefix to be defined as System properties. - Load VEE Port MicroUI configuration files from the
extensions/microui
folder instead of the microui folder - Fix several bugs.
Update your project plugins configuration (build.gradle.kts
) to use this new version:
plugins {
id("com.microej.gradle.application") version "0.19.0"
}
Find the complete changelog of MICROEJ SDK at docs.microej.com.
Happy coding!
The MicroEJ Team.