[Dependency Updates] Update androidxConstraintlayoutVersion to 2.1.4#18395
Merged
[Dependency Updates] Update androidxConstraintlayoutVersion to 2.1.4#18395
androidxConstraintlayoutVersion to 2.1.4#18395Conversation
Release Notes: https://developer.android.com/jetpack/androidx/releases/ constraintlayout#constraintlayout-2.0.4
Release Notes: https://developer.android.com/jetpack/androidx/releases/ constraintlayout#constraintlayout-2.1.4
Contributor
|
Found 1 violations: The PR caused the following dependency changes: +--- project :libs:image-editor
-| +--- androidx.constraintlayout:constraintlayout:1.1.3 -> 2.0.4
-| | +--- androidx.appcompat:appcompat:1.2.0 -> 1.4.2 (*)
-| | +--- androidx.core:core:1.3.1 -> 1.8.0 (*)
-| | \--- androidx.constraintlayout:constraintlayout-solver:2.0.4
+| +--- androidx.constraintlayout:constraintlayout:2.1.4
+| | +--- androidx.appcompat:appcompat:1.2.0 -> 1.4.2 (*)
+| | +--- androidx.core:core:1.3.2 -> 1.8.0 (*)
+| | \--- androidx.constraintlayout:constraintlayout-core:1.0.4
| \--- com.google.android.material:material:1.2.1 -> 1.6.0-alpha01
-| \--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.0.4 (*)
+| \--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 (*)
+--- org.wordpress:login:1.3.0
-| \--- androidx.constraintlayout:constraintlayout:2.0.4 (*)
+| \--- androidx.constraintlayout:constraintlayout:2.0.4 -> 2.1.4 (*)
+--- com.automattic:stories:2.1.0
-| \--- androidx.constraintlayout:constraintlayout:1.1.3 -> 2.0.4 (*)
+| \--- androidx.constraintlayout:constraintlayout:1.1.3 -> 2.1.4 (*)
-\--- androidx.constraintlayout:constraintlayout:1.1.3 -> 2.0.4 (*)
+\--- androidx.constraintlayout:constraintlayout:2.1.4 (*)
Please review and act accordingly
|
Contributor
|
| App Name | Jetpack |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr18395-86d4936 | |
| Commit | 86d4936 | |
| Direct Download | jetpack-prototype-build-pr18395-86d4936.apk |
Contributor
|
| App Name | WordPress |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr18395-86d4936 | |
| Commit | 86d4936 | |
| Direct Download | wordpress-prototype-build-pr18395-86d4936.apk |
This was referenced May 10, 2023
zwarm
approved these changes
May 16, 2023
Contributor
zwarm
left a comment
There was a problem hiding this comment.
Thanks @ParaskP7 for wrangling this.
I followed your testing instructions for:
(1) Login
(2) Story Post (Only JP - WP doesn't have this feature in static posters phase)
(3) Image editing
All of the above worked as expected. In addition, I did a general review of the app; hitting the major features: posts, pages, reader, stats, etc. Again, all works as expected.
I will approve and merge. 🥳
Contributor
Author
|
This is awesome, thank you so much for the review, testing and merging @zwarm , you rock! 🙇 ❤️ 🚀 |
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.


Parent #17798
This PR updates
androidxConstraintlayoutVersionto 2.1.4.PS: @zwarm I added you as the main reviewer, randomly so, since I just wanted someone from the WordPress team to be aware of and sign-off on that change for WPAndroid. I also added the @wordpress-mobile/apps-infrastructure team, but this in done only for monitoring purposes, as such, I am not expecting any active review from that team. Thus, feel free to merge this PR if you deem so.
To test:
1. Login Flow [org.wordpress:login]
ℹ️ This test applies to both, the
WordPressandJetpackapps.❗️ This test makes sure that the
Loginflow, which comes from the com.wordpress:login library is also working as expected and that any transitive dependency changes aren't affecting anyConstraint Layoutrelated screens.Loginscreen is shown and functioning as expected.2. Story Flow [com.automattic:stories]
ℹ️ This test applies to the
Jetpackapp.❗️ This test makes sure that the
Storyflow, which comes from the [com.automattic:stories(https://github.com/Automattic/stories-android) library is also working as expected and that any transitive dependency changes aren't affecting anyConstraint Layoutrelated screens.storypost.imagesto that story.texton top of any image you uploaded.3. Image Editing Flow [libs:image-editor]
ℹ️ This test applies to both, the
WordPressandJetpackapps.❗️ This test makes sure that the
Image Editingflow, which comes from the libs:image-editor module is also working as expected and that any transitive dependency changes aren't affecting anyConstraint Layoutrelated screens.blogpost.imageblock.imageblock.media optionsof this image (top right) and then clickedit.Edit Imagescreen is shown and functioning as expected.donemenu option (top right).Regression Notes
Potential unintended areas of impact
androidx.constraintlayout.widget.ConstraintLayoutto build their UI.What I did to test those areas of impact (or what existing automated tests I relied on)
To testsection.What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txtif necessary.UI Changes testing checklist: