Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ncsms-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-12-01 21:44:59 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2017-12-01 21:44:59 +0300
commitff845bc079201f9c370ba46bce5ca244486e9fba (patch)
treedab4a359ac9fa0d4f963c2c66f399e44771e4771 /.travis.yml
parent05d1355b76b97369e337490d79b296eeadbc81dd (diff)
update tools in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c5e3a9..bbd2911 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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" \ No newline at end of file