Skip to content

Commit

Permalink
3.12.4 - Update to the latest build. This was my mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Spratke committed Jul 9, 2024
1 parent 0856e6a commit 14fe9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export ANDROID_NDK=/android-ndk
if [ ! -d "$ANDROID_NDK" ] ; then
# In general we don't want download NDK for every build, but it is simpler to do it here
# for CI builds
NDK_VER=r26b
NDK_VER=r26d
apt-get install -y wget zip
wget --no-verbose https://dl.google.com/android/repository/android-ndk-$NDK_VER-linux.zip
unzip android-ndk-${NDK_VER}-linux.zip
Expand Down

0 comments on commit 14fe9ac

Please sign in to comment.