-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 compileSdkVersion
to 34 (Android)
#54437
Conversation
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.
The changes look good to me. Thanks for helping with this! 🙇🏼
@@ -11,7 +11,7 @@ buildscript { | |||
espressoVersion = '3.0.1' | |||
|
|||
// libs | |||
aztecVersion = 'v1.6.4' | |||
aztecVersion = 'v1.8.0' |
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.
The Aztec library has been updated to incorporate wordpress-mobile/AztecEditor-Android#1059.
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.
I'll do the writing flow tests in wordpress-mobile/gutenberg-mobile#6196 (comment) to double check it's working as expected.
cc @thomashorta @ParaskP7 in case you have concerns/feedback about following the above approach. |
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! 🚀 Thanks for working on this!
Related PRs:
compileSdkVersion
to 34 (Android) wordpress-mobile/gutenberg-mobile#6196compileSdkVersion
to 34 wordpress-mobile/WordPress-Android#19182What?
Upgrades the
compileSdkVersion
to 34 as part of the support for Android 14.Why?
Closes wordpress-mobile/gutenberg-mobile#6142.
How?
Updates the value in all references of
compileSdkVersion
:react-native-aztec
react-native-bridge
react-native-editor
Bump
AztecEditor-Android
version to1.8.0
, which also uses version 34 ofcompileSdkVersion
.I assume that since we are only updating the
compileSdkVersion
and nottargetSdkVersion
, it's safe to leave them with an older version. But once we fully upgrade to Android 14, we'd need to update them.Testing Instructions
Testing Instructions for Keyboard
N/A
Screenshots or screencast
N/A