Skip to content

Comments

Bump Android minSdkVersion to 27#55726

Open
zoontek wants to merge 19 commits intofacebook:mainfrom
zoontek:bump-min-sdk-to-27
Open

Bump Android minSdkVersion to 27#55726
zoontek wants to merge 19 commits intofacebook:mainfrom
zoontek:bump-min-sdk-to-27

Conversation

@zoontek
Copy link
Contributor

@zoontek zoontek commented Feb 24, 2026

Summary:

The last time the minSdk was bumped (to 24), the cumulative distribution percentage of supported versions (≥ API 24) was 97.4%, according to this screenshot. Based on the current percentages, if we bump the minSdk to 27, the cumulative distribution percentage of supported versions will be 97.6%.

If you are OK with it, this could help library authors and allow deletion of legacy code.

Screenshot 2026-02-24 at 17 24 22

Changelog:

[ANDROID] [BREAKING] - Bump Android minSdkVersion from 24 to 27

Test Plan:

  • Built and ran the RNTester app on an Android API 27 emulator successfully.
  • Verified that all version checks and @RequiresApi annotations targeting APIs 24-26 have been removed, as they are now guaranteed by the new minSdk.
  • Existing Android CI checks continue to pass.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 24, 2026
@facebook-github-bot facebook-github-bot added the Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. label Feb 24, 2026
@Abbondanzo
Copy link
Contributor

We have apps at Meta that use React Native and are targeting a min SDK of 24. As such, we probably won't be removing support for them for quite a while. The min SDK is just a suggestion, if your library is only targeting newer versions then that's fine if the app authors are also on a newer min SDK

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. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants