build: update to ndk r26

Builds, unsure if it will cause any signifigant changes.
This commit is contained in:
Alexander Capehart 2023-12-16 14:20:52 -07:00
parent 4421d6cf36
commit 953b92108a
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.
// 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 {