mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Add and switch to build-tools 23.0.3
Also bump to the CI image which contains it.
This commit is contained in:
parent
a345e351ba
commit
ec9087d057
6 changed files with 8 additions and 5 deletions
|
@ -27,7 +27,7 @@ install:
|
|||
sudo pip3 install pep8 pyflakes pylint;
|
||||
sudo pip3 install -e .;
|
||||
sudo rm -rf fdroidserver.egg-info;
|
||||
echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-23.0.2;
|
||||
echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-23.0.3;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
sudo add-apt-repository ppa:guardianproject/fdroidserver -y;
|
||||
sudo apt-get -q update -y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue