Releases: mannodermaus/android-junit-framework
Plugin 1.12.2.0
This release brings compatibility with JUnit 5.12.2. It will be the last release supporting Android Gradle Plugin 8.0 and 8.1. Going forward, make sure to upgrade to at least AGP 8.2 in order to continue using newer versions of this plugin.
Plugin 1.12.1.0
This release brings compatibility with JUnit 5.12.1.
Plugin 1.12.0.0
This release brings compatibility with JUnit 5.12.0. Note that it's not advised to use this version of the plugin with JUnit 5.11.4 or older, since binary compatibility cannot be guaranteed.
- JUnit 5.12.0
- Add dependency on JUnit Platform Launcher to runtime classpath, accommodating an upstream change
Instrumentation 1.7.0
Instrumentation 1.7.0 is here. This version is intended for use with Plugin 1.12.0.0. Note that this version requires (at least) android-junit5 1.12.0.0 and JUnit 5.12.0.
- Migrate to new TestPlan API in JUnit 5.12, which changed in a binary-incompatible fashion
Plugin 1.11.3.0
This release brings compatibility with JUnit 5.11.3.
Full Changelog:
plugin-1.11.2.0...plugin-1.11.3.0
Plugin 1.11.2.0
This plugin brings compatibility with JUnit 5.11.2.
- JUnit 5.11.2
Plugin 1.11.1.0
This plugin brings compatibility with JUnit 5.11.1. It also bumps the version of the instrumentation libraries to 1.6.0.
- JUnit 5.11.1
Instrumentation 1.6.0
Version 1.6.0 of the instrumentation libraries has been released. This ships by default with Plugin 1.11.1.0!
Plugin 1.11.0.0
- JUnit 5.11
Plugin 1.10.3.0
- JUnit 5.10.3
- Updates to the
jacocoOptionsDSL- Change the return type of each report type to match Jacoco expectations (html -> Directory; csv & xml -> File)
- Turn off generation of csv & xml reports by default, matching Jacoco default configuration
- Fix: Use the correct version of the instrumentation libraries with the plugin (#345)