diff --git a/.travis.yml b/.travis.yml index 5372a8bc..fae27cd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -191,7 +191,7 @@ before_deploy: after_deploy: - ls -l dnscrypt-proxy-*.tar.gz dnscrypt-proxy-*.zip before_install: -- NDK_VER=r15c +- NDK_VER=r17b - curl -LO http://dl.google.com/android/repository/android-ndk-${NDK_VER}-linux-x86_64.zip - unzip -q android-ndk-${NDK_VER}-linux-x86_64.zip -d $HOME - rm android-ndk-${NDK_VER}-linux-x86_64.zip