setup-android-sdk.sh: Update from NDK r15 to r15b

This commit is contained in:
Fredrik Fornwall 2017-06-25 22:13:17 +02:00
parent e90b5cd58e
commit 71b1a471d8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if [ ! -d $NDK ]; then
mkdir -p $NDK
cd $NDK/..
rm -Rf `basename $NDK`
NDK_VERSION=r15
NDK_VERSION=r15b
curl --fail --retry 3 -o ndk.zip \
http://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-`uname`-x86_64.zip