-
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
Upgrade Gutenberg-Mobile to Android 13 #5556
Upgrade Gutenberg-Mobile to Android 13 #5556
Comments
Hey @ravishanker 👋, I see you self-assigned to this task, if you are planning to tackle this let me share the references that we'd need to update for the Android 13 upgrade. We have three libraries in the Gutenberg repository that need to be updated: 1 -
|
👋 @fluiddot - Thank you for the note and instructions. I've tried in vain to do this upgrade. Looks like I need to for a few repositories and do a a lot of setup. Still won't be sure, it's done properly. Would it be easier for you or someone on your team to do it quickly and easily? 🙇 |
Probably better to do both compileSdkVersion and targetSdkVersion at once and publish a new release that can be updated in WP repo. Wdyt? |
How does this PR relate to this work wordpress-mobile/AztecEditor-Android#1037 |
Hey @ravishanker 👋 ,
Yeah, it's likely that someone from the GB-mobile team could take over this. Although I'm not sure about the bandwidth for this with the ongoing projects. cc @twstokes
Ok, I agree. Once we do the Android 13 upgrade in Gutenberg Mobile, we'd need to do an alpha release to incorporate the changes into the WordPress/Jetpack app. Based on all the dependencies we need to update related to GB-mobile, I think the process should be:
@ravishanker let me know if the above steps looks good, thanks!
Yes, it's definitely related, check the above steps. |
@fluiddot, should we update all these libraries and bump their versions in consumer projects simultaneously? For instance, can we do item 6 in a release of Gutenberg and item 7 in the next release? |
Good question. I think the only library that we'd need to bump simultaneously is I checked the use of Being this said, the main blocker I see right now is executing in the same release the points:
👍 |
👋🏻 @fluiddot!
Items before "5. Upgrade Android 13 in Gutenberg Mobile." are done. Can we start this issue now?
Can you help us assign someone to the issue from GB-mobile team? What is the availability of the team? cc: @twstokes |
👋 Hey @irfano - we can prioritize this work after the completion of the VideoPress block project, which should wrap up around April 14th. |
Update from my side on timing: We're now aiming for May 15th due to other projects that took priority. Ref: p1683047487883239/1683046494.190819-slack-C04T5JXRR16 |
Heads up that I'm going to add new tasks related to updating React Native library dependencies:
|
The library will be upgraded to Android 13.
Tasks
compileSdk
to 33targetSdk
to 33compileSdk
andtargetSdk
to 33 in react-native-libraries-publishercompileSdk
andtargetSdk
to 33 inreact-native-gesture-handler
compileSdk
andtargetSdk
to 33 inreact-native-linear-gradient
compileSdk
andtargetSdk
to 33 inreact-native-prompt-android
compileSdk
andtargetSdk
to 33 inreact-native-reanimated
compileSdk
andtargetSdk
to 33 inreact-native-slider
compileSdk
andtargetSdk
to 33 inreact-native-video
The text was updated successfully, but these errors were encountered: