From 953b92108a6cc3a4b4271df541945a483b1354dd Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Sat, 16 Dec 2023 14:20:52 -0700 Subject: [PATCH] build: update to ndk r26 Builds, unsure if it will cause any signifigant changes. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9298a778a..bf925d562 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 = "23.2.8568313" + ndkVersion "26.1.10909125" namespace "org.oxycblt.auxio" defaultConfig {