-
Notifications
You must be signed in to change notification settings - Fork 58
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
[RNMobile] Upgrade compile and target sdk version to Android API 33 #5789
[RNMobile] Upgrade compile and target sdk version to Android API 33 #5789
Conversation
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
It looks like some tests are failing here, do we know why? 🤔 |
Each test fails due to a different reason: iOS Build:
Seems there's an incompatibility in the Test Android:
This is probably caused by the new version of |
Ahh I see, I just encountered this issue, couldn't build the iOS demo project due to |
@geriux With the last changes I introduced in WordPress/gutenberg#50731, the failures in the CI jobs should be fixed 🤞.
This one was tricky. Seems that due to the inter-dependency between
This issue was only happening in the testing environment due to accessing a native module on Android in That said, the PR is ready to be reviewed, as well as WordPress/gutenberg#50731. Let me know if you could take a look, thanks 🙇 ! |
Thank you for updating the PR! I was able to run the Demo app 🎉 but I'm unable to run the editor using a local build of WordPress iOS. I know this change is Android only but I'm testing both platforms due to the forks updates. I'm getting:
Is this expected? |
Thanks @geriux for reviewing the PR 🙇 ! How are you generating the local build? I'm able to build WP-iOS by using local Gutenberg installation via the following command: |
@geriux I've tested installing pods pointing to this branch and managed to reproduce the failure you shared. I think it's expected because the
We could either merge them and test WP-iOS, or update the |
Ohhh right! It's been a while since I worked with forks 😅 thanks for confirming and explaining why it was failing. Let me review those and approve them so we can merge them, then we can test it over the WP-iOS PR. |
Update third-party podspecs
93db9c8
to
ec7dd0a
Compare
I created wordpress-mobile/WordPress-iOS#20774 to reflect the React Native dependencies update in WP-iOS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice work! 🚀 Should we add an internal note with these changes?
…pgrade-android-13 # Conflicts: # gutenberg
Related to #5556.
Related PRs
Description
This PR is generated by
version-toolkit
to downstream the changes forgutenberg
submodule.