From da3f6dbb80434982c95ef7f33f066327737bdecf Mon Sep 17 00:00:00 2001 From: Izzy Date: Mon, 8 Dec 2025 03:30:25 -0500 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 fa0cea90..6fd7b2cd 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -46,7 +46,7 @@ val cemuDataFilesFolder = "../../../bin" android { namespace = "com.izzy2lost.weeu" compileSdk = 36 - ndkVersion = "29.0.14206865" + ndkVersion = "28.2.13676358" defaultConfig { applicationId = "com.izzy2lost.weeu" minSdk = 31