From 253bba28d85696260eef01c9f2b55161dbd5687b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 8 Dec 2017 08:52:20 +0100 Subject: [PATCH] Update travis config to use NDK 16b --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index d04ba935f9..e0612c77c8 100644 --- a/.travis.sh +++ b/.travis.sh @@ -2,7 +2,7 @@ export USE_CCACHE=1 export NDK_CCACHE=ccache -NDK_VER=android-ndk-r13b +NDK_VER=android-ndk-r16b download_extract() { aria2c -x 16 $1 -o $2