Use https to download SDK

This commit is contained in:
Bob Mottram 2015-06-24 09:08:40 +01:00
parent d16d95d840
commit 17a2309bb9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ cd $SDK_DIR
# download the SDK # download the SDK
if [ ! -f $SDK_DIR/android-sdk_$SDK_VERSION-linux.tgz ]; then if [ ! -f $SDK_DIR/android-sdk_$SDK_VERSION-linux.tgz ]; then
wget http://dl.google.com/android/android-sdk_$SDK_VERSION-linux.tgz wget https://dl.google.com/android/android-sdk_$SDK_VERSION-linux.tgz
tar -xzvf android-sdk_$SDK_VERSION-linux.tgz tar -xzvf android-sdk_$SDK_VERSION-linux.tgz
fi fi
SDK_DIR=$SDK_DIR/android-sdk-linux SDK_DIR=$SDK_DIR/android-sdk-linux