Skip to content

Commit 3e8dfb1

Browse files
alanjhughesmeta-codesync[bot]
authored andcommitted
Bump compileSdk and buildTools to 37 (#57284)
Summary: Bump the `compileSdk` and `buildTools` to 37 ## Changelog: [Android][Added] - Update `compileSdk` and `buildTools` to 37 Pull Request resolved: #57284 Test Plan: RN tester builds Reviewed By: fabriziocucci Differential Revision: D109144182 Pulled By: cortinico fbshipit-source-id: 2d4da5ed971bbd578fd9c9c9dc68ff905872f831
1 parent 738839c commit 3e8dfb1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Android versions
33
minSdk = "24"
44
targetSdk = "36"
5-
compileSdk = "36"
6-
buildTools = "36.0.0"
5+
compileSdk = "37"
6+
buildTools = "37.0.0"
77
ndkVersion = "27.1.12297006"
88
# Dependencies versions
99
agp = "9.2.1"

private/helloworld/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
buildscript {
99
ext {
10-
buildToolsVersion = "36.0.0"
10+
buildToolsVersion = "37.0.0"
1111
minSdkVersion = 24
12-
compileSdkVersion = 36
12+
compileSdkVersion = 37
1313
targetSdkVersion = 35
1414
ndkVersion = "27.1.12297006"
1515
kotlinVersion = "2.1.20"

0 commit comments

Comments
 (0)