Skip to content
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

Remove support for Android API < 23 in ReactFragment #39668

Closed
wants to merge 3 commits into from

Conversation

mdvacca
Copy link
Contributor

@mdvacca mdvacca commented Sep 26, 2023

Summary:
Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class ReactFragment

chnagelog: [Android][Breaking] Remove support for Android API < 23 in ReactFragment

Reviewed By: NickGerleman

Differential Revision: D48545506

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Sep 26, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545506

@analysis-bot
Copy link

analysis-bot commented Sep 26, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 16,902,797 +8,566,586
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 20,381,586 +10,807,177
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 5203354
Branch: main

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545506

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 26, 2023
Summary:
Pull Request resolved: facebook#39668

Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class ReactFragment

chnagelog: [Android][Breaking] Remove support for Android API < 23 in ReactFragment

Reviewed By: NickGerleman

Differential Revision: D48545506

fbshipit-source-id: 2f267ab73b9560455ebb64cfb824c583927d315f
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545506

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 26, 2023
Summary:
Pull Request resolved: facebook#39668

Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class ReactFragment

chnagelog: [Android][Breaking] Remove support for Android API < 23 in ReactFragment

Reviewed By: NickGerleman

Differential Revision: D48545506

fbshipit-source-id: f12cb1f7ad9b398564990f38b910b262c82ab466
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545506

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 26, 2023
Summary:
Pull Request resolved: facebook#39668

Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class ReactFragment

chnagelog: [Android][Breaking] Remove support for Android API < 23 in ReactFragment

Reviewed By: NickGerleman

Differential Revision: D48545506

fbshipit-source-id: 70c4a2010db6f8d0d137e9e15f77d5119cdc2bbe
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545506

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 27, 2023
Summary:
Pull Request resolved: facebook#39668

Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class ReactFragment

chnagelog: [Android][Breaking] Remove support for Android API < 23 in ReactFragment

Reviewed By: NickGerleman

Differential Revision: D48545506

fbshipit-source-id: ce298b5ed7eb01c5b27b92761d989838a082ad14
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545506

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 27, 2023
Summary:
Pull Request resolved: facebook#39668

Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class ReactFragment

changelog: [Android][Breaking] Remove support for Android API < 23 in ReactFragment

Reviewed By: NickGerleman

Differential Revision: D48545506

fbshipit-source-id: 76d4e5b90344ad8c4ba88e31143bc9a637b81af6
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545506

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 27, 2023
Summary:
Pull Request resolved: facebook#39668

Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class ReactFragment

changelog: [Android][Breaking] Remove support for Android API < 23 in ReactFragment

Reviewed By: NickGerleman

Differential Revision: D48545506

fbshipit-source-id: 1ab7bd7c1cd20a51f0a5650495b8982272a886a4
Summary:
In this diff I'm increasing the minSdk of RN Android to 23 to keep it in sync with Meta min sdk

changelog: [Android][Breaking] Increase min sdk version of RN Android to 23

Differential Revision: D48177965

fbshipit-source-id: cf47eaee8cb323cd9751f4dc88b47155a28d1415
Summary:
Since minSDK was bumped to Android API 23 we are removing support of code using Android API <23 in

chnagelog: [Android][Breaking] Remove support for Android API < 23 in

Differential Revision: D48545501

fbshipit-source-id: 5eb84009138ffbb5a6a3a299209fe01162e50961
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545506

Summary:
Pull Request resolved: facebook#39668

Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class ReactFragment

changelog: [Android][Breaking] Remove support for Android API < 23 in ReactFragment

Reviewed By: NickGerleman

Differential Revision: D48545506

fbshipit-source-id: cbfaef2babd6ed9b065acdc87e7d387258af17f4
@github-actions
Copy link

Warnings
⚠️ One hour and a half have passed and the E2E jobs haven't finished yet.

Generated by 🚫 dangerJS against 568f24a

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Sep 27, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 414b25b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants