Plugin 1.8.0.0
mannodermaus
released this
17 Sep 21:13
·
201 commits
to main
since this release
This release of the Gradle plugin brings compatibility with JUnit 5.8.0. From this point onwards, the minimum supported Android Gradle Plugin is 4.0. If you need to stay on the 3.x line, please refrain from updating to this version of android-junit5
. In any case, please read through the changelog carefully, especially the "Removed" section. Going forward, you'll have to specify the full ID of the plugin instead of the android-junit5
shortcut.
Added
- JUnit 5.8.0
- New Plugin Marker artifact facilitating usage of the plugin through the
plugins {}
DSL
Changed
- The plugin no longer requires users to apply an Android plugin first - ordering can be arbitrary
Removed
- Support for Android Gradle Plugins 3.x
- Support for the deprecated com.android.feature plugin, which was removed in Android Gradle Plugin 4.x
- The shorthand version for applying the plugin through the
android-junit5
ID has been removed. Going forward, please apply the Android JUnit 5 plugin through the long form:de.mannodermaus.android-junit5