wordpress-mobile / AztecEditor-Android

A reusable native Android rich text editor component.
Mozilla Public License 2.0
675 stars 112 forks source link

Update Gradle to 7.4.2 & AGP to 7.2.1 #991

Closed oguzkocer closed 1 year ago

oguzkocer commented 1 year ago

This PR updates Gradle version to 7.4.2 and Android Gradle Plugin version to 7.2.1.

Since Gradle update is just a patch, it only contains bug fixes. Here are the full release notes: https://docs.gradle.org/7.4.2/release-notes.html


The only major Android Gradle Plugin release since 7.1.1 is 7.2 which includes the following breaking change:

Starting with AGP 7.2, you can no longer share the same source directory across multiple source sets. For example, you can’t use the same test sources for both unit tests and instrumentation tests. To learn more, see Change the default source sets configurations.

As far as I can tell if this is an issue for us it should result in a build time error, so as long as CI passes I don't think we need to worry about it.