From f4db2fcd80e7daa7a226bfef4e1b054b86e55c5c Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Sat, 16 Dec 2023 14:26:52 -0700 Subject: [PATCH] build: use ndk r25 Apparently GH actions doesn't like NDK r26 yet. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bf925d562..e49192e56 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ android { // it here so that binary stripping will work. // TODO: Eventually you might just want to start vendoring the FFMpeg extension so the // NDK use is unified - ndkVersion "26.1.10909125" + ndkVersion "25.2.9519653" namespace "org.oxycblt.auxio" defaultConfig {