Skip to content

Commit 281f48d

Browse files
cortinicofacebook-github-bot
authored andcommitted
Bump compileSdk to 36 (facebook#52141)
Summary: Pull Request resolved: facebook#52141 This is to make sure we're using buildTools 36 (Android 16) to compile everything. Changelog: [Internal] [Changed] - Reviewed By: rshest Differential Revision: D77014531 fbshipit-source-id: 65b16abce7f88c4a4c0b8b1b77e632cff2e64197
1 parent a44098e commit 281f48d

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 = "35"
5-
compileSdk = "35"
6-
buildTools = "35.0.0"
5+
compileSdk = "36"
6+
buildTools = "36.0.0"
77
ndkVersion = "27.1.12297006"
88
# Dependencies versions
99
agp = "8.10.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 = "35.0.0"
10+
buildToolsVersion = "36.0.0"
1111
minSdkVersion = 24
12-
compileSdkVersion = 35
12+
compileSdkVersion = 36
1313
targetSdkVersion = 35
1414
ndkVersion = "27.1.12297006"
1515
kotlinVersion = "2.1.20"

0 commit comments

Comments
 (0)