1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Update the Android SDK to 24.3.3

This commit is contained in:
Daniel Martí 2015-06-19 21:17:43 +02:00
parent 5aa9e2289d
commit e55d1450d1
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ script "setup-android-sdk" do
user user
cwd "/tmp"
code "
tar zxvf /vagrant/cache/android-sdk_r24.1.2-linux.tgz
tar zxvf /vagrant/cache/android-sdk_r24.3.3-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

View File

@ -62,9 +62,9 @@ if not os.path.exists(cachedir):
os.mkdir(cachedir)
cachefiles = [
('android-sdk_r24.1.2-linux.tgz',
'https://dl.google.com/android/android-sdk_r24.1.2-linux.tgz',
'77dc2e98cf64a04d13d9554ec6ac8ad26a8b32d49119ae8af15348e715674f8e'),
('android-sdk_r24.3.3-linux.tgz',
'https://dl.google.com/android/android-sdk_r24.3.3-linux.tgz',
'a05023aaf149d40a0a848ad49d5c6b43ec730443efb89d1dfa584a132a642bdf'),
('gradle-1.4-bin.zip',
'https://services.gradle.org/distributions/gradle-1.4-bin.zip',
'cd99e85fbcd0ae8b99e81c9992a2f10cceb7b5f009c3720ef3a0078f4f92e94e'),