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 usage of Android API <23 in ReactActivityDelegate #39663

Closed
wants to merge 2 commits into from

Commits on Sep 26, 2023

  1. Bump minSdk to 23 in RN OSS

    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: d09c86b01a1a0bc13ee9bf77821363a911284b6f
    mdvacca authored and facebook-github-bot committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c6c15fb View commit details
    Browse the repository at this point in the history
  2. Remove usage of Android API <23 in ReactActivityDelegate (facebook#39663

    )
    
    Summary:
    Pull Request resolved: facebook#39663
    
    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
    
    Reviewed By: NickGerleman
    
    Differential Revision: D48545501
    
    fbshipit-source-id: 35f91f489ee5801d6ed89089434389d1eb05e0f1
    mdvacca committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a13c054 View commit details
    Browse the repository at this point in the history