mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Update sdk to 24.1.2
This commit is contained in:
parent
4c0ee6ddce
commit
92fdcd3e6a
2 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ script "setup-android-sdk" do
|
|||
user user
|
||||
cwd "/tmp"
|
||||
code "
|
||||
tar zxvf /vagrant/cache/android-sdk_r24.0.1-linux.tgz
|
||||
tar zxvf /vagrant/cache/android-sdk_r24.1.2-linux.tgz
|
||||
mv android-sdk-linux #{sdk_loc}
|
||||
#{sdk_loc}/tools/android update sdk --no-ui -t platform-tool
|
||||
#{sdk_loc}/tools/android update sdk --no-ui -t tool
|
||||
|
|
|
|||
|
|
@ -62,9 +62,9 @@ if not os.path.exists(cachedir):
|
|||
os.mkdir(cachedir)
|
||||
|
||||
cachefiles = [
|
||||
('android-sdk_r24.0.1-linux.tgz',
|
||||
'https://dl.google.com/android/android-sdk_r24.0.1-linux.tgz',
|
||||
'bb3754524a8f6700c2898617c9d8836a987a8aa43d0e922885cd7a98ca79b281'),
|
||||
('android-sdk_r24.1.2-linux.tgz',
|
||||
'https://dl.google.com/android/android-sdk_r24.1.2-linux.tgz',
|
||||
'77dc2e98cf64a04d13d9554ec6ac8ad26a8b32d49119ae8af15348e715674f8e'),
|
||||
('gradle-1.4-bin.zip',
|
||||
'https://services.gradle.org/distributions/gradle-1.4-bin.zip',
|
||||
'cd99e85fbcd0ae8b99e81c9992a2f10cceb7b5f009c3720ef3a0078f4f92e94e'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue