summary refs log tree commit diff
path: root/pkgs/development/mobile/androidenv/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/mobile/androidenv/fetch.sh')
-rwxr-xr-xpkgs/development/mobile/androidenv/fetch.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/mobile/androidenv/fetch.sh b/pkgs/development/mobile/androidenv/fetch.sh
index 92abb18f25f..c14c060fc67 100755
--- a/pkgs/development/mobile/androidenv/fetch.sh
+++ b/pkgs/development/mobile/androidenv/fetch.sh
@@ -5,9 +5,9 @@ android list sdk | grep 'Parse XML:' | cut -f8- -d\  # | xargs -n 1 curl -O
 
 # we skip the intel addons, as they are Windows+osX only
 # we skip the default sys-img (arm?) because it is empty
-curl -o repository-10.xml https://dl-ssl.google.com/android/repository/repository-10.xml
-curl -o addon.xml        https://dl-ssl.google.com/android/repository/addon.xml
-curl -o sys-img.xml https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
+curl -o repository-11.xml https://dl.google.com/android/repository/repository-11.xml
+curl -o addon.xml         https://dl.google.com/android/repository/addon.xml
+curl -o sys-img.xml       https://dl.google.com/android/repository/sys-img/android/sys-img.xml
 
 ./generate-addons.sh
 ./generate-platforms.sh