From d1c5862babe98804e130ac73e8a77ad0e29c98b1 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 25 Feb 2025 06:48:22 +0300 Subject: [PATCH] android: bump NDK version to 28 --- 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 4c983ff6..0a17a2f2 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -9,7 +9,7 @@ plugins { android { namespace = "su.xash.engine" - ndkVersion = "27.2.12479018" + ndkVersion = "28.0.13004108" defaultConfig { applicationId = "su.xash"