mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 18:20:29 +03:00
Update android sdk version
Install version 25 now. Also use the smaller tools zip. While at it, also remove the tools re-install - it's not worth it, as long as we keep the initial tools zip up to date.
This commit is contained in:
parent
1edd9cde3c
commit
d5d22dbc99
2 changed files with 8 additions and 6 deletions
|
|
@ -85,9 +85,9 @@ if not os.path.exists(cachedir):
|
|||
os.makedirs(cachedir, 0o755)
|
||||
|
||||
cachefiles = [
|
||||
('android-sdk_r24.4.1-linux.tgz',
|
||||
'https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz',
|
||||
'e16917ad685c1563ccbc5dd782930ee1a700a1b6a6fd3e44b83ac694650435e9'),
|
||||
('android-sdk-tools.zip',
|
||||
'https://dl.google.com/android/repository/tools_r25.1.7-linux.zip',
|
||||
'3ca053600a86a5a64d5571edfbb1dad27f2bda3bfd2d38e2fe54322610b1ef0b'),
|
||||
('android-platform-3.zip',
|
||||
'https://dl.google.com/android/repository/android-1.5_r04-linux.zip',
|
||||
'85b6c8f9797e56aa415d3a282428bb640c96b0acb17c11d41621bb2a5302fe64'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue