[RNMobile] Bump Aztec-Android version to 1.6.3#47610
Merged
Conversation
|
Flaky tests detected in 13d698b. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4066968964
|
7 tasks
77b2b4c to
ed53b37
Compare
3 tasks
jhnstn
approved these changes
Feb 1, 2023
Contributor
jhnstn
left a comment
There was a problem hiding this comment.
I followed the test plan in wordpress-mobile/WordPress-Android#17852 on the WordPress Android build in that PR.
Everything worked as expected ![]()
# Conflicts: # packages/react-native-editor/CHANGELOG.md
1.6.31.6.3
Contributor
Author
|
Heads up that I've updated the title to specify that the bump is for Aztec-Android, not Aztec in general. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What?
Bump Aztec library version to the latest version (
1.6.3).Why?
This PR is a follow-up of #47604 in order to update Android
minSdkVersionto 24. TheminSdkVersionparameter was updated in Aztec version1.6.3, therefore to have this parameter with the same value across the Android libraries, we need to bump the Aztec version.How?
Update Aztec version to version
1.6.3in thereact-native-aztecpackage.Testing Instructions
Aztec is used to render the
RichTextcomponent, so we'd need to test that no regressions have been introduced in blocks that use that component:Regarding the new changes in Aztec
1.6.3, seems none of them that should impact theRichTextcomponent, so it's not needed to test a specific functionality apart from smoke testing the components listed above.Testing Instructions for Keyboard
N/A
Screenshots or screencast
N/A