From 50166cb1722d136f2a50b0528887edc7645c3cac Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 6 Oct 2016 19:37:47 -0400 Subject: [PATCH] Update to android-24 in setup-android-sdk.sh --- scripts/setup-android-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-android-sdk.sh b/scripts/setup-android-sdk.sh index 43dea67c..749512a7 100755 --- a/scripts/setup-android-sdk.sh +++ b/scripts/setup-android-sdk.sh @@ -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" -- 2.11.0