File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/react-native/template/android Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ version =
30
30
group = " com.facebook.react"
31
31
32
32
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 " )
34
34
val sonatypeUsername = findProperty(" SONATYPE_USERNAME" )?.toString()
35
35
val sonatypePassword = findProperty(" SONATYPE_PASSWORD" )?.toString()
36
36
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ buildscript {
6
6
minSdkVersion = 21
7
7
compileSdkVersion = 33
8
8
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"
12
10
kotlinVersion = " 1.8.0"
13
11
}
14
12
repositories {
You can’t perform that action at this time.
0 commit comments