Skip to content

Release 1.5.0#53

Merged
Rolf-Smit merged 1 commit intomasterfrom
release/1.5.0
May 12, 2022
Merged

Release 1.5.0#53
Rolf-Smit merged 1 commit intomasterfrom
release/1.5.0

Conversation

@Rolf-Smit
Copy link
Contributor

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!

Release 1.5:

  • Based on Android Gradle Plugin 7.2 API
  • Compatible with Gradle version 7.3+

Notable changes since 1.4.0:

  • 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 Misleading warning #45).
  • No longer logs warning messages asking to apply the JaCoCo plugin yourself, instead the plugin takes care of this now.
  • Potentially fixes Potential documentation caveat #42, since JaCoCo will now always be applied by the plugin at the root project.

@Rolf-Smit Rolf-Smit merged commit 0b28266 into master May 12, 2022
@Rolf-Smit Rolf-Smit deleted the release/1.5.0 branch May 12, 2022 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Potential documentation caveat Code Coverage not reported for instrumented tests (Android library module) on AGP 7.0

1 participant