diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index 5a384f23c129..f853f57bdf45 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -280,6 +280,7 @@ task androidSourcesJar(type: Jar) { android { compileSdkVersion 31 + ndkVersion rootProject.ext.ndkVersion // Used to override the NDK path & version on internal CI if (System.getenv("ANDROID_NDK") != null && System.getenv("LOCAL_ANDROID_NDK_VERSION") != null) {