Skip to content

Commit f1a32c5

Browse files
authored
Merge pull request #41 from GRRedWings/3.12.4
3.12.4 - Update to the latest build. This was my mistake.
2 parents 0856e6a + 14fe9ac commit f1a32c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export ANDROID_NDK=/android-ndk
1111
if [ ! -d "$ANDROID_NDK" ] ; then
1212
# In general we don't want download NDK for every build, but it is simpler to do it here
1313
# for CI builds
14-
NDK_VER=r26b
14+
NDK_VER=r26d
1515
apt-get install -y wget zip
1616
wget --no-verbose https://dl.google.com/android/repository/android-ndk-$NDK_VER-linux.zip
1717
unzip android-ndk-${NDK_VER}-linux.zip

0 commit comments

Comments
 (0)