Sourced from de.mannodermaus.gradle.plugins:android-junit5's releases.
Plugin 1.10.0.0
This release of the Gradle plugin brings compatibility with JUnit 5.10.0 and includes the following changes:
- JUnit 5.10.0
- Fix binary-incompatible API change between Gradle 7&8 for output location of Jacoco reports (#302)
Plugin 1.9.3.0
This release of the Gradle plugin brings compatibility with JUnit 5.9.3.
Since this version is released very shortly after its predecessor, please keep in mind that version's repercussions as well when upgrading your plugin: From this version onwards, the minimum supported version of the Android Gradle Plugin is 7.0. Likewise, the minimum supported version of Gradle is 7.0. If you can't update to AGP 7.0 or newer yet, please stay on the 1.8.x.y plugin line.
Plugin 1.9.2.0
This release of the Gradle plugin brings compatibility with JUnit 5.9.2.
Since this version is released very shortly after its predecessor, please keep in mind that version's repercussions as well when upgrading your plugin: From this version onwards, the minimum supported version of the Android Gradle Plugin is 7.0. Likewise, the minimum supported version of Gradle is 7.0. If you can't update to AGP 7.0 or newer yet, please stay on the 1.8.x.y plugin line.
Plugin 1.9.1.0
This release of the Gradle plugin brings compatibility with JUnit 5.9.1.
Since this version is released very shortly after its predecessor, please keep in mind that version's repercussions as well when upgrading your plugin: From this version onwards, the minimum supported version of the Android Gradle Plugin is 7.0. Likewise, the minimum supported version of Gradle is 7.0. If you can't update to AGP 7.0 or newer yet, please stay on the 1.8.x.y plugin line.
Plugin 1.9.0.0
This release of the Gradle plugin brings compatibility with JUnit 5.9.0, as well as several internal refactorings and improvements. From this version onwards, the minimum supported version of the Android Gradle Plugin is 7.0. Likewise, the minimum supported version of Gradle is 7.0. If you can't update to AGP 7.0 or newer yet, please stay on the previous release.
- JUnit 5.9.0
- Add support for Android Gradle Plugin 8.x.y
- Raise minimum supported versions for AGP and Gradle to 7.0.x and 7.0, respectively
- Refactor implementation to mostly use new Variant API from Android Gradle Plugin
- Remove integrity check and the
integrityCheckEnabled
flag for instrumentation tests (they are auto-configured if junit-jupiter-api is found on theandroidTest
classpath)- Use the correct Kotlin source directory set on AGP 7 (
@​Goooler
, #279)- Recommend new plugin DSL for configuration over legacy DSL
- Work around breaking binary change for PackagingOptions in AGP 8.x
851fa3f
Plugin 1.10.0.0 & Instrumentation 1.4.023f7429
Prep next release of plugin and instrumentation8375b01
One changelog update for plugin86dce59
Introduce extensions module (#309)b51d126
AGP 8.2.0 RC2, 8.3.0 Alpha 12c923650
AGP 8.1.2, 8.2.0 Beta 6, 8.3.0 Canary 6736cd68
Forcefully disable concurrent test execution for ActivityScenarioExtension te...4ab6ba2
AGP 8.2 Beta 4 & 8.3 Canary 4e107b41
Improve reporting for parallel instrumentation tests (#307)80f30de
Changelog for #306