From adeb848eb26e7cfaadad16b3a1614cc01aa44dc3 Mon Sep 17 00:00:00 2001 From: Alan Lee Date: Tue, 15 Oct 2024 20:38:41 -0700 Subject: [PATCH] bump NDK to 27 --- template/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/android/build.gradle b/template/android/build.gradle index a9ea023..bbeff11 100644 --- a/template/android/build.gradle +++ b/template/android/build.gradle @@ -4,7 +4,7 @@ buildscript { minSdkVersion = 24 compileSdkVersion = 35 targetSdkVersion = 34 - ndkVersion = "26.1.10909125" + ndkVersion = "27.1.12297006" kotlinVersion = "1.9.24" } repositories {