From 91a323df9654d66dd065a58c52324b70f63bfac4 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Tue, 30 Jul 2024 18:24:48 +0200 Subject: [PATCH] Android: Update to NDK 27.0.12077973 --- 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 851ac51ae9..af48026a86 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 = "26.1.10909125" + ndkVersion = "27.0.12077973" buildFeatures { viewBinding = true