1.6.0
·
29 commits
to master
since this release
- Compatible with Android Gradle Plugin 7.3+
- Compatible with Gradle version 7.4+
Changed:
- The plugin now also checks
enableUnitTestCoverage
andenableAndroidTestCoverage
as well as the now (in AGP 7.3) deprecated propertytestCoverageEnabled
. executeTests
configuration property has been deprecated. To follow the convention of the Android Gradle Plugin, it makes sense to only support the specificexecuteAndroidTests
andexecuteUnitTests
properties (just like AGP 7.3 now hasenableUnitTestCoverage
andenableAndroidTestCoverage
).