From 3bd8aeab76858bb318ffd4e89311f8112ced7c03 Mon Sep 17 00:00:00 2001 From: Morritz <12800230+Morritz@users.noreply.github.com> Date: Mon, 28 Mar 2022 00:30:39 +0200 Subject: [PATCH] Update Build.gradle This change allows to configure the NDK version in root project. --- ReactAndroid/build.gradle | 1 + 1 file changed, 1 insertion(+) 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) {