The new version 1.5.0 of the SDK 6 is available. It includes the following main changes:
- Support for the Build of Module (Offline) Repositories.
- Support bundling JDKs in Virtual Devices.
- Support Stack Trace Reader for Multi-Sandboxed Applications.
- Support defining Application SSL Certificate information in build file.
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.