Skip to content

Commit 270951a

Browse files
alanleedevfacebook-github-bot
authored andcommitted
Update OSS to minSdk 24 (#45906)
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
1 parent d56d9d9 commit 270951a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-native/ReactAndroid/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
up from the file to lint until it find an AndroidManifest with a minSdkVersion. This is then used
99
as the min SDK to lint the file.-->
1010
<uses-sdk
11-
android:minSdkVersion="23"
11+
android:minSdkVersion="24"
1212
android:targetSdkVersion="34"
1313
/>
1414

packages/react-native/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# Android versions
3-
minSdk = "23"
3+
minSdk = "24"
44
targetSdk = "34"
55
compileSdk = "34"
66
buildTools = "34.0.0"

0 commit comments

Comments
 (0)