build: fix ndk

This commit is contained in:
Alexander Capehart 2023-12-16 14:33:17 -07:00
parent f4db2fcd80
commit b9bcdf4a51
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -16,7 +16,7 @@ android {
// it here so that binary stripping will work. // it here so that binary stripping will work.
// TODO: Eventually you might just want to start vendoring the FFMpeg extension so the // TODO: Eventually you might just want to start vendoring the FFMpeg extension so the
// NDK use is unified // NDK use is unified
ndkVersion "25.2.9519653" ndkVersion = "25.2.9519653"
namespace "org.oxycblt.auxio" namespace "org.oxycblt.auxio"
defaultConfig { defaultConfig {