build: use ndk r25
Apparently GH actions doesn't like NDK r26 yet.
This commit is contained in:
parent
953b92108a
commit
f4db2fcd80
1 changed files with 1 additions and 1 deletions
|
@ -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 "26.1.10909125"
|
||||
ndkVersion "25.2.9519653"
|
||||
namespace "org.oxycblt.auxio"
|
||||
|
||||
defaultConfig {
|
||||
|
|
Loading…
Reference in a new issue