deps: delegate ndk to ffmpeg ext

Delegate the NDK to the FFMpeg extension.

Should finally make this usable with github actions.
This commit is contained in:
Alexander Capehart 2023-02-14 20:43:54 -07:00
parent efe03cac8c
commit 9b7494798a
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -10,7 +10,6 @@ plugins {
android { android {
compileSdk 33 compileSdk 33
ndkVersion "21.4.7075529"
namespace "org.oxycblt.auxio" namespace "org.oxycblt.auxio"
defaultConfig { defaultConfig {