Skip to content

Commit

Permalink
Update OSS to minSdk 24 (#45906)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #45906

- Updating RNTester and React Native to minSdk 24 targeting 0.76 release as [announced](react-native-community/discussions-and-proposals#802)

**Changelog:**
[Android][Breaking] - updating `minSdkVersion` to API 24 (Android 7)

Reviewed By: cortinico, mdvacca

Differential Revision: D60790790

fbshipit-source-id: 961141867e7238157e5e6e72ede0f73bd31901a2
  • Loading branch information
alanleedev authored and facebook-github-bot committed Aug 8, 2024
1 parent d56d9d9 commit 270951a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
up from the file to lint until it find an AndroidManifest with a minSdkVersion. This is then used
as the min SDK to lint the file.-->
<uses-sdk
android:minSdkVersion="23"
android:minSdkVersion="24"
android:targetSdkVersion="34"
/>

Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# Android versions
minSdk = "23"
minSdk = "24"
targetSdk = "34"
compileSdk = "34"
buildTools = "34.0.0"
Expand Down

0 comments on commit 270951a

Please sign in to comment.