mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Bump build-tools to 23.0.2
This commit is contained in:
parent
d9d11ba11b
commit
66e82cb077
4 changed files with 5 additions and 5 deletions
|
@ -23,9 +23,9 @@ before_script:
|
|||
- export ANDROID_HOME=$PWD/android-sdk
|
||||
- export PATH="$ANDROID_HOME/tools:$PATH"
|
||||
- echo " == Installing Android SDK components"
|
||||
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.1
|
||||
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.2
|
||||
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
|
||||
- export PATH="$ANDROID_HOME/build-tools/23.0.1:$PATH"
|
||||
- export PATH="$ANDROID_HOME/build-tools/23.0.2:$PATH"
|
||||
|
||||
test:
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue