Use newer sdk-tools-linux in setup-android-sdk.sh
This commit is contained in:
parent
942894ddd4
commit
b080944831
@ -12,10 +12,10 @@ if [ ! -d $ANDROID_HOME ]; then
|
||||
rm -Rf `basename $ANDROID_HOME`
|
||||
|
||||
# https://developer.android.com/studio/index.html#command-tools
|
||||
# The downloaded version below is 26.0.1.:
|
||||
# The downloaded version below is 26.1.1.:
|
||||
curl --fail --retry 3 \
|
||||
-o tools.zip \
|
||||
https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip
|
||||
https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
|
||||
rm -Rf android-sdk
|
||||
unzip -q tools.zip -d android-sdk
|
||||
rm tools.zip
|
||||
|
Loading…
Reference in New Issue
Block a user