Skip to content

Commit 9fae71c

Browse files
alanjhughesmeta-codesync[bot]
authored andcommitted
Bump targetSdk to 37 (#58666)
Summary: Bump `targetSdk` to 37. This follows the `compileSdk` and `buildTools` bump to 37 in #57284. I checked each [Android 17 change for apps that target 37](https://developer.android.com/about/versions/17/behavior-changes-17) against React Native core. ## Changelog: [ANDROID] [CHANGED] - Update `targetSdk` to 37 Pull Request resolved: #58666 Test Plan: RNTester, on two Android 17 emulators. A phone and a Pixel Tablet Reviewed By: cortinico Differential Revision: D121603066 Pulled By: Abbondanzo fbshipit-source-id: 288b3a425ed597cc0b01996b6692e4b98aae94fb
1 parent 165acc0 commit 9fae71c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
as the min SDK to lint the file.-->
1010
<uses-sdk
1111
android:minSdkVersion="24"
12-
android:targetSdkVersion="36"
12+
android:targetSdkVersion="37"
1313
/>
1414

1515
</manifest>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# Android versions
33
minSdk = "24"
4-
targetSdk = "36"
4+
targetSdk = "37"
55
compileSdk = "37"
66
buildTools = "37.0.0"
77
ndkVersion = "27.1.12297006"

0 commit comments

Comments
 (0)