mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
all: switch to build-tools 24.0.1 as default
This commit is contained in:
parent
059d216aff
commit
662aa2c938
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ install:
|
||||||
sudo pip3 install pep8 pyflakes pylint;
|
sudo pip3 install pep8 pyflakes pylint;
|
||||||
sudo pip3 install -e .;
|
sudo pip3 install -e .;
|
||||||
sudo rm -rf fdroidserver.egg-info;
|
sudo rm -rf fdroidserver.egg-info;
|
||||||
echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-24.0.0;
|
echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-24.0.1;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
sudo add-apt-repository ppa:guardianproject/fdroidserver -y;
|
sudo add-apt-repository ppa:guardianproject/fdroidserver -y;
|
||||||
sudo apt-get -q update -y;
|
sudo apt-get -q update -y;
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# Build tools version to be used
|
# Build tools version to be used
|
||||||
# build_tools = "24.0.0"
|
# build_tools = "24.0.1"
|
||||||
|
|
||||||
# Force all build to use the above version of build -tools, good for testing
|
# Force all build to use the above version of build -tools, good for testing
|
||||||
# builds without having all of the possible build-tools installed.
|
# builds without having all of the possible build-tools installed.
|
||||||
|
|
|
@ -59,7 +59,7 @@ default_config = {
|
||||||
'r10e': None,
|
'r10e': None,
|
||||||
'r12b': "$ANDROID_NDK",
|
'r12b': "$ANDROID_NDK",
|
||||||
},
|
},
|
||||||
'build_tools': "24.0.0",
|
'build_tools': "24.0.1",
|
||||||
'force_build_tools': False,
|
'force_build_tools': False,
|
||||||
'java_paths': None,
|
'java_paths': None,
|
||||||
'ant': "ant",
|
'ant': "ant",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue