From b27cf432ebaeef5242b2cb0e7544225825b87e07 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Sun, 10 Dec 2023 19:14:29 -0600 Subject: [PATCH] Android: update NDK to 26.1.10909125 in order to pick up new compiler with more C++20 features --- 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 0e436b55b9..ab38baddf1 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-34" - ndkVersion = "25.2.9519653" + ndkVersion = "26.1.10909125" buildFeatures { viewBinding = true