From 49188ed0436587981f92ba9c16da470f172769b1 Mon Sep 17 00:00:00 2001 From: Izzy Date: Mon, 20 Oct 2025 00:51:16 -0400 Subject: [PATCH] Update build.gradle.kts --- src/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 1dc3a5e7..1b591aee 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -46,7 +46,7 @@ val cemuDataFilesFolder = "../../../bin" android { namespace = "info.cemu.cemu" compileSdk = 36 - ndkVersion = "29.0.14206865" + ndkVersion = "28.2.13676358" defaultConfig { applicationId = "info.cemu.cemu" minSdk = 31