Skip to content

1.6.0

Compare
Choose a tag to compare
@Rolf-Smit Rolf-Smit released this 26 Sep 09:03
· 29 commits to master since this release
d4a5cb4
  • Compatible with Android Gradle Plugin 7.3+
  • Compatible with Gradle version 7.4+

Changed:

  • The plugin now also checks enableUnitTestCoverage and enableAndroidTestCoverage as well as the now (in AGP 7.3) deprecated property testCoverageEnabled.
  • executeTests configuration property has been deprecated. To follow the convention of the Android Gradle Plugin, it makes sense to only support the specific executeAndroidTests and executeUnitTests properties (just like AGP 7.3 now has enableUnitTestCoverage and enableAndroidTestCoverage).