We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0856e6a commit 14fe9acCopy full SHA for 14fe9ac
docker-build.sh
@@ -11,7 +11,7 @@ export ANDROID_NDK=/android-ndk
11
if [ ! -d "$ANDROID_NDK" ] ; then
12
# In general we don't want download NDK for every build, but it is simpler to do it here
13
# for CI builds
14
- NDK_VER=r26b
+ NDK_VER=r26d
15
apt-get install -y wget zip
16
wget --no-verbose https://dl.google.com/android/repository/android-ndk-$NDK_VER-linux.zip
17
unzip android-ndk-${NDK_VER}-linux.zip
0 commit comments