Update to android-24 in setup-android-sdk.sh

This commit is contained in:
Fredrik Fornwall 2016-10-06 19:37:47 -04:00
parent 0dc712fa46
commit 50166cb172
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ if [ ! -d $NDK ]; then
rm ndk.zip
fi
echo y | $ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "build-tools-24.0.1,android-23"
echo y | $ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "build-tools-24.0.1,android-24"