1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 07:56:14 +00:00

update tools in travis

This commit is contained in:
Loic Blot 2017-12-01 19:44:59 +01:00
parent 05d1355b76
commit ff845bc079
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -16,7 +16,7 @@ android:
- tools
- platform-tools
- extra
- build-tools-26.0.1
- build-tools-26.0.2
- android-26
licenses:
- 'android-sdk-license-.+'
@ -25,8 +25,8 @@ android:
- 'android-.*'
before_install:
- wget https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip > /dev/null
- wget https://dl.google.com/android/repository/android-ndk-r16-linux-x86_64.zip > /dev/null
- mkdir -p /usr/local/android-sdk/ndk-bundle
- unzip android-ndk-r15c-linux-x86_64.zip -d /usr/local/android-sdk/ndk-bundle > /dev/null
- export ANDROID_NDK_HOME="/usr/local/android-sdk/ndk-bundle/android-ndk-r15c"
- unzip android-ndk-r16-linux-x86_64.zip -d /usr/local/android-sdk/ndk-bundle > /dev/null
- export ANDROID_NDK_HOME="/usr/local/android-sdk/ndk-bundle/android-ndk-r16"
- rm -Rf "${ANDROID_HOME}/cmake"