Skip to content

Commit

Permalink
build: update to ndk r26
Browse files Browse the repository at this point in the history
Builds, unsure if it will cause any signifigant changes.
  • Loading branch information
OxygenCobalt committed Dec 16, 2023
1 parent 4421d6c commit 953b921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 953b921

Please sign in to comment.