-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 target sdk version to Android API 34 #57918
Conversation
The modifications were automatically made when installing pods.
The workaround solves the issue related to redefining `clockid_t` in the pod `RCT-Folly`.
Flaky tests detected in ea7cd51. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7555941032
|
FYI I'm continuing this effort at #61727 thank you for the initial work that has made finishing the update easier 🚀 |
Closing in favor of #61727. |
What?
Upgrade
react-native-aztec
,react-native-bridge
, andreact-native-editor
projects to Android 14 (API 34). As well as the different React Native dependencies:react-native-libraries-publisher
react-native-slider
react-native-video
Why?
This is required to enable upgrading the Android SDK in the apps.
How?
targetSdkVersion
.AztecEditor-Android
version to the one that upgraded to Android 14 (react-native-libraries-publisher
react-native-slider
react-native-video
Testing Instructions
This change doesn't affect a specific area, hence to test it we should basically smoke test the editor and check that works as expected.
Testing Instructions for Keyboard
N/A
Screenshots or screencast
N/A