From e1f75bb33770d61b9898977d588e21c002db9a41 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 22 Aug 2024 10:18:45 -0600 Subject: [PATCH] build: bump ndk to r26b --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 15206897f..38df4b67d 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 = "25.2.9519653" + ndkVersion "26.1.10909125" namespace "org.oxycblt.auxio" defaultConfig {