From f05f89e6b495d97a744fc789612ae2d899d59d6d Mon Sep 17 00:00:00 2001 From: JosJuice Date: Wed, 15 Oct 2025 19:57:53 +0200 Subject: [PATCH] Android: Update NDK version to 29.0.14206865 --- Source/Android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/app/build.gradle.kts b/Source/Android/app/build.gradle.kts index 7924c8b281..1e564e75e1 100644 --- a/Source/Android/app/build.gradle.kts +++ b/Source/Android/app/build.gradle.kts @@ -8,7 +8,7 @@ plugins { @Suppress("UnstableApiUsage") android { compileSdkVersion = "android-36" - ndkVersion = "27.0.12077973" + ndkVersion = "29.0.14206865" buildFeatures { viewBinding = true