You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google finally released a stable version of the Android Gradle Plugin 7.2 that fixes#36, this means we can finally create a new stable release for this plugin:
- 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.
- 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.
- 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).
- No longer logs warning messages asking to apply the JaCoCo plugin yourself, instead the plugin takes care of this now.
- Potentially fixes#42, since JaCoCo will now always be applied by the plugin at the root project.
0 commit comments