From 9b7494798a4cd544f480a17f3b380f7600b8aa54 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Tue, 14 Feb 2023 20:43:54 -0700 Subject: [PATCH] deps: delegate ndk to ffmpeg ext Delegate the NDK to the FFMpeg extension. Should finally make this usable with github actions. --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9448c2dbb..33fac856c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,6 @@ plugins { android { compileSdk 33 - ndkVersion "21.4.7075529" namespace "org.oxycblt.auxio" defaultConfig {