mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Bump tools zip
This commit is contained in:
@@ -152,7 +152,7 @@ case ${TOOL} in
|
|||||||
;;
|
;;
|
||||||
android-sdk)
|
android-sdk)
|
||||||
# TODO: find a way to make this version independent
|
# TODO: find a way to make this version independent
|
||||||
asdk="https://dl.google.com/android/repository/tools_r25.2.3-linux.zip"
|
asdk="https://dl.google.com/android/repository/platform-tools_r31.0.2-linux.zip"
|
||||||
download ${asdk} /tmp/android-tools.zip
|
download ${asdk} /tmp/android-tools.zip
|
||||||
unzip -d "${DESTDIR}" /tmp/android-tools.zip
|
unzip -d "${DESTDIR}" /tmp/android-tools.zip
|
||||||
rm /tmp/android-tools.zip
|
rm /tmp/android-tools.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user