Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop jetifier #946

Merged
merged 8 commits into from
Dec 13, 2021
Merged

Drop jetifier #946

merged 8 commits into from
Dec 13, 2021

Conversation

malinajirka
Copy link
Contributor

@malinajirka malinajirka commented Dec 9, 2021

Make sure #947 is merged first -> update the target branch to develop unless GitHub does it automatically.

This PR is part of the effort to drop Jetifier from WPAndroid. Aztec directly doesn't rely on the android support library, however, it is dependant on utils version which is not migrated to AndroidX. This PR is technically not necessary to unblock the PR in WPAndroid as gradle can resolve the utils version conflict and use the newer version in WPAndroid. However, since we are using composite builds and having inconsistent versions could bite us, I opted for updating it everywhere for consistency.

Changes

  • Bumps utils version to a version which is migrated to AndroidX
  • Bumps minSdkVersion from 16 to 21 => WordPress Utils requires version 18. However, since we never test any of the changes on Android < 21 I decided to bump the version to 21.
  • Disables jetifier

To test
Make sure to disable Jetifier in your local gradle.properties => Smoke test the example app

Make sure strings will be translated:

  • If there are new strings that have to be translated, I have added them to the client's strings.xml as a part of the integration PR.

@malinajirka malinajirka changed the base branch from develop to remove-xamarin-testcloud December 10, 2021 14:09
Base automatically changed from remove-xamarin-testcloud to develop December 13, 2021 17:50
Copy link
Contributor

@oguzkocer oguzkocer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking care of this @malinajirka 🙇‍♂️

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.

None yet

2 participants