Releases: mannodermaus/android-junit5
Plugin 1.13.0.0
This release brings compatibility with JUnit 5.13.0. From this release onwards, the minimum supported version of the Android Gradle Plugin is 8.2.
- JUnit 5.13.0
- Update to Kotlin 2.x
- Raise minimum supported versions for AGP and Gradle to 8.2.x and 8.2, respectively
Instrumentation 1.8.0
Instrumentation 1.8.0 is here. This is intended for use with Plugin 1.13.0.0 and newer. The big update here is that the library finally updated to Kotlin 2.x and SDK 35. For older environments, you'll want to stick to the previous release.
- Compile with SDK 35
- Update to Kotlin 2.x
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
!