From 81197b1aa40a354258b2a42d1b505c3f82efb408 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 20 Nov 2024 07:29:36 +0300 Subject: [PATCH] android: bump NDK to r27c --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 6c289ada..91082841 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -9,7 +9,7 @@ plugins { android { namespace = "su.xash.engine" - ndkVersion = "26.1.10909125" + ndkVersion = "27.2.12479018" defaultConfig { applicationId = "su.xash"