-
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
Compile and target Android API 31 #5181
Comments
Setting this task as a high priority as we should include it in the next WP-Android release 21.0. Internal reference: p1664442201957959-slack-C6UJ0KRKQ |
I noticed that some of the forked repositories we have in Gutenberg, which are Android dependencies to the project, have
I understand that we'd need to update them too as we're doing with other libraries, @AjeshRPai wdyt? |
@fluiddot Thanks for the ping and noticing the
Yup, we'd need to update them as well. |
Parent #wordpress-mobile/WordPress-Android#16062
As part of the migration of WP Android to Android 12, the
targetSdkVersion
on the dependent libraries can be updated to 31. The Wordpress Android had atargetSdkVersion
of 30 which now has been updated to 31 in this PR - wordpress-mobile/WordPress-Android#17153. So in order to keep thetargetSdkVersion
to be consistent with the apps, this change needs to be taken up.UPDATE: The following Android dependencies need also to be updated to Android 12:
Dependencies from forked repositories (published to JitPack)
Dependencies from NPM packages (published to S3 via
react-native-libraries-publisher
)UPDATE: The following libraries are external so we won't be updating them for now.
react-native-get-random-valuesreact-native-reanimatereact-native-safe-area-contextreact-native-screenreact-native-svgreact-native-webviewreact-native-masked-viewreact-native-clipboardreact-native-gesture-handlerreact-native-fast-imageThe text was updated successfully, but these errors were encountered: