Skip to content

Commit d60b3f9

Browse files
committed
Bump NDK to 25
1 parent 16fe8da commit d60b3f9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version =
3030
group = "com.facebook.react"
3131

3232
val ndkPath by extra(System.getenv("ANDROID_NDK"))
33-
val ndkVersion by extra(System.getenv("ANDROID_NDK_VERSION") ?: "23.1.7779620")
33+
val ndkVersion by extra(System.getenv("ANDROID_NDK_VERSION") ?: "25.1.8937393")
3434
val sonatypeUsername = findProperty("SONATYPE_USERNAME")?.toString()
3535
val sonatypePassword = findProperty("SONATYPE_PASSWORD")?.toString()
3636

packages/react-native/template/android/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ buildscript {
66
minSdkVersion = 21
77
compileSdkVersion = 33
88
targetSdkVersion = 33
9-
10-
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
11-
ndkVersion = "23.1.7779620"
9+
ndkVersion = "25.1.8937393"
1210
kotlinVersion = "1.8.0"
1311
}
1412
repositories {

0 commit comments

Comments
 (0)