From e6f4f018c1e7479ce286aeafb74d7e35b28d3dfd Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Fri, 26 Jan 2024 00:34:55 -0800 Subject: [PATCH] Bump NDK to 26.1 (#42656) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42656 I'm bumping the NDK to 26.1. As we already have a bump lined up to 26.0 on main, it makes sense to go to .1 as it's declared the LTS: https://github.com/android/ndk/wiki Changelog: [Android] [Changed] - Android NDK to 26.1 Reviewed By: NickGerleman Differential Revision: D53083606 fbshipit-source-id: 12290efcfa8a72ab88c21ffe9507d08d5512d61b Original: https://github.com/facebook/react-native/commit/5f75e9b90d4f998403101ae92924778df31d36fb --- template/template/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/template/android/build.gradle b/template/template/android/build.gradle index a61601b..f8a523f 100644 --- a/template/template/android/build.gradle +++ b/template/template/android/build.gradle @@ -4,7 +4,7 @@ buildscript { minSdkVersion = 23 compileSdkVersion = 34 targetSdkVersion = 34 - ndkVersion = "26.0.10792818" + ndkVersion = "26.1.10909125" kotlinVersion = "1.8.0" } repositories {