From 2c40ca3e6cf581bd28bb377208e102eeee11d9ad Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 16 Nov 2025 10:18:06 -0500 Subject: [PATCH] Update ndk --- android/app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ddb5b914..6a3f6e4c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,7 +31,7 @@ android { } } } - ndkVersion "28.0.12433566" + ndkVersion "29.0.14206865" compileSdkVersion 36 defaultConfig { if (buildAsApplication) { @@ -150,3 +150,4 @@ task wrapper(type: Wrapper) { task prepareKotlinBuildScriptModel { } +