Update .travis.yml
Updated android SDK to 24.3.3
This commit is contained in:
@@ -21,7 +21,7 @@ before_install:
|
||||
export ANDROID="android-sdk-linux/tools/android" &&
|
||||
if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch jq; fi &&
|
||||
wget http://dl.google.com/android/ndk/android-ndk-r9-linux-x86_64.tar.bz2 -nv &&
|
||||
wget http://dl.google.com/android/android-sdk_r24.0.2-linux.tgz -nv;
|
||||
wget http://dl.google.com/android/android-sdk_r24.3.3-linux.tgz -nv;
|
||||
fi
|
||||
# Building for Qt here
|
||||
- if [ "$BUILD_Qt" == "YES" ]; then
|
||||
|
||||
Reference in New Issue
Block a user