We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccad8b4 commit ea31f5aCopy full SHA for ea31f5a
ci/android-install-ndk.sh
@@ -12,7 +12,7 @@
12
set -ex
13
14
NDK=android-ndk-r19c
15
-curl --retry 10 -O https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip
+curl --retry 20 -O https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip
16
unzip -q ${NDK}-linux-x86_64.zip
17
18
case "$1" in
ci/android-install-sdk.sh
@@ -20,7 +20,7 @@ set -ex
20
21
SDK=4333796
22
mkdir sdk
23
-curl --retry 10 https://dl.google.com/android/repository/sdk-tools-linux-${SDK}.zip -O
+curl --retry 20 https://dl.google.com/android/repository/sdk-tools-linux-${SDK}.zip -O
24
unzip -q -d sdk sdk-tools-linux-${SDK}.zip
25
26
0 commit comments