We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45904c8 commit f1f915dCopy full SHA for f1f915d
2 files changed
packages/react-native/gradle/libs.versions.toml
@@ -2,8 +2,8 @@
2
# Android versions
3
minSdk = "24"
4
targetSdk = "36"
5
-compileSdk = "36"
6
-buildTools = "36.0.0"
+compileSdk = "37"
+buildTools = "37.0.0"
7
ndkVersion = "27.1.12297006"
8
# Dependencies versions
9
agp = "9.2.1"
private/helloworld/android/build.gradle
@@ -7,9 +7,9 @@
buildscript {
ext {
10
- buildToolsVersion = "36.0.0"
+ buildToolsVersion = "37.0.0"
11
minSdkVersion = 24
12
- compileSdkVersion = 36
+ compileSdkVersion = 37
13
targetSdkVersion = 35
14
15
kotlinVersion = "2.1.20"
0 commit comments