This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Upgrade Gradle to 7.4 & AGP to 7.1.1 (& Disable Jetifier)#83
Merged
Upgrade Gradle to 7.4 & AGP to 7.1.1 (& Disable Jetifier)#83
Conversation
The 'com.dipien.byebyejetifier' plugin was used to determine whether Jetifier can be disable for this project. After configuring 'Bye Bye Jetifier' and running the below command: ./gradlew canISayByeByeJetifier -Pandroid.enableJetifier=false The output was clear, Jetifier can be now safely disabled for this project: > Task :canISayByeByeJetifier ========================================= Project: : ========================================= * No legacy android support usages found ========================================= Project: :WordPressLoginFlow ========================================= * No legacy android support usages found ===================================================== ... * No dependencies with legacy android support usages! ... ===================================================== ... ... =============================== ... You can say Bye Bye Jetifier. * ... =============================== > Task :WordPressLoginFlow:canISayByeByeJetifier ========================================= Project: :WordPressLoginFlow ========================================= * No legacy android support usages found ===================================================== ... * No dependencies with legacy android support usages! ... ===================================================== ... ... =============================== ... You can say Bye Bye Jetifier. * ... ===============================
3 tasks
…low-Android into update/gradle-to-7.3.3-agp-to-7.0.4
This was referenced Mar 8, 2022
oguzkocer
approved these changes
Mar 22, 2022
wzieba
pushed a commit
that referenced
this pull request
Oct 15, 2024
…gp-to-7.0.4 Upgrade Gradle to 7.4 & AGP to 7.1.1 (& Disable Jetifier)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades
Gradle to 7.4&AGP to 7.1.1.It includes the following:
Gradleversion upgraded to7.3.3with the./gradlew wrapper --gradle-version=7.3.3 --distribution-type=allcommand.AGPversion upgrade to7.0.4(seesettings.gradlechange).Gradle 7.4&AGP 7.1.1.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.1PRs of the below clients for testing/verification purposes:NOTE: This is a draft PR because all
Gradle & AGPupgrade PRs need to be merged together.Merge Instructions
Ready for reviewand assign https://github.com/orgs/wordpress-mobile/teams/owl-team to it.To Test