mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
Bump sdk to 24.4.1
This commit is contained in:
parent
16ca7f3be3
commit
82624cd7ca
3 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ before_script:
|
|||
- echo " == Installing packages required by the 32-bit SDK"
|
||||
- apt-get -q install -y lib32stdc++6 lib32z1
|
||||
- echo " == Installing the Android SDK"
|
||||
- wget -q -O android-sdk.tgz https://dl.google.com/android/android-sdk_r24.3.4-linux.tgz
|
||||
- wget -q -O android-sdk.tgz https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
|
||||
- tar -x -z -f android-sdk.tgz
|
||||
- mv android-sdk-linux android-sdk
|
||||
- export ANDROID_HOME=$PWD/android-sdk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue