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 65ee814 commit 00fe71cCopy full SHA for 00fe71c
ReactAndroid/build.gradle
@@ -528,9 +528,7 @@ android {
528
if (rootProject.hasProperty("ndkPath")) {
529
ndkPath rootProject.ext.ndkPath
530
}
531
- if (rootProject.hasProperty("ndkVersion")) {
532
- ndkVersion rootProject.ext.ndkVersion
533
- }
+ ndkVersion = "24.0.8215888"
534
535
defaultConfig {
536
minSdkVersion(21)
template/android/build.gradle
@@ -7,8 +7,7 @@ buildscript {
7
compileSdkVersion = 33
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"
12
13
repositories {
14
google()
0 commit comments