Try the current stable Android NDK
This commit is contained in:
parent
844057d9df
commit
e8a7250bf6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue