Try the current stable Android NDK

This commit is contained in:
Frank Denis 2018-08-24 18:04:22 +02:00
parent 844057d9df
commit e8a7250bf6
1 changed files with 1 additions and 1 deletions

View File

@ -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