From df94a09e28ad482147b485710c5995fd18513736 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Sun, 26 Oct 2025 06:01:07 -0400 Subject: [PATCH] change ndk version for GitHub actions --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 267d63ca..ddb5b914 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,7 +31,7 @@ android { } } } - ndkVersion "28.2.12604990" + ndkVersion "28.0.12433566" compileSdkVersion 36 defaultConfig { if (buildAsApplication) {