-
Notifications
You must be signed in to change notification settings - Fork 57
Compile and target Android API 31 #5181
Copy link
Copy link
Closed
Labels
[Pri] High[Type] EnhancementImproves a current area of the editorImproves a current area of the editor
Description
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 a targetSdkVersion of 30 which now has been updated to 31 in this PR - wordpress-mobile/WordPress-Android#17153. So in order to keep the targetSdkVersion 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)
- react-native-gesture-handler
- react-native-reanimated
- react-native-prompt-android
- react-native-linear-gradient
- react-native-slider
- react-native-video
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-image
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Pri] High[Type] EnhancementImproves a current area of the editorImproves a current area of the editor