wordpress-mobile / WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
GNU General Public License v2.0
14 stars 3 forks source link

Upgrade Gradle to 7.4 & AGP to 7.1.1 (& Disable Jetifier) #83

Closed ParaskP7 closed 2 years ago

ParaskP7 commented 2 years ago

This PR upgrades Gradle to 7.4 & AGP to 7.1.1.

It includes the following:


It suppresses the following Lint issues:

It resolves the following Lint issues:


Besides the above, you can reference the Gradle 7.4 & AGP 7.1.1 PRs of the below clients for testing/verification purposes:

NOTE: This is a draft PR because all Gradle & AGP upgrade PRs need to be merged together.

Merge Instructions

To Test

  1. CI checks will cover everything in terms of testing.
  2. Testing composite builds and respective clients will be enough (see above).