Skip to content

Commit

Permalink
Bump minSdk to 23 in RN OSS (#38874)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook/react-native#38874

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

Reviewed By: fkgozali, NickGerleman

Differential Revision: D48177965

fbshipit-source-id: 79f46f6e1674fe9d38dc9dfbe8f0f9a43f39a712

Original-Commit: facebook/react-native@70fcb1e
  • Loading branch information
mdvacca authored and facebook-github-bot committed Sep 27, 2023
1 parent 232b1e7 commit 5eb0503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/template/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 21
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
Expand Down

0 comments on commit 5eb0503

Please sign in to comment.