Skip to content

Commit

Permalink
Merge pull request #41 from GRRedWings/3.12.4
Browse files Browse the repository at this point in the history
3.12.4 - Update to the latest build. This was my mistake.
  • Loading branch information
GRRedWings authored Jul 9, 2024
2 parents 0856e6a + 14fe9ac commit f1a32c5
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 f1a32c5

Please sign in to comment.