1.5.0
·
41 commits
to master
since this release
Google finally released a stable version of the Android Gradle Plugin 7.2 that fixes #36 , a bug introduced in Android Gradle Plugin 7.0 🥳.
- Compatible with Android Gradle Plugin 7.2+
- Compatible with Gradle version 7.3+
New:
- Adds a minimum required Android Gradle Plugin version check, using an Android Gradle Plugin version that is too old will result in a Gradle build error.
Changed:
- Most of the plugin has been rewritten to only make use of public Android Gradle Plugin API's, functionally this should not change anything compared to previous releases.
- No longer logs warning messages for (sub)projects (modules) that do not use the Android Gradle Plugin. Instead this is now an info message. This info message will only show for (sub)projects that have a build.gradle file (see #45).
- The "Jacoco has been automatically applied" message will no longer be shown, instead this plugin always applies JaCoCo for you when required.
Breaking changes:
None
Bug-fixes:
- Potentially fixes #42, since JaCoCo will now always be applied by the plugin at the root project.
Known issues
- #54
BuildConfig
files may disappear or are not generated. This is caused by a bug in the Android Gradle Plugin version 7.2, a workaround has been released in 1.5.1.