From dd3fcb6461a37593907a292ecb60a9e05f1b128c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 3 Dec 2019 02:58:03 +0300 Subject: [PATCH] scripts: fix android travis build --- scripts/travis_android_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis_android_deps.sh b/scripts/travis_android_deps.sh index b5d157b1..b0ed5421 100755 --- a/scripts/travis_android_deps.sh +++ b/scripts/travis_android_deps.sh @@ -19,7 +19,7 @@ NDK_BUNDLE="ndk-bundle" if [ "$1" = "r10e" ]; then NDK_BUNDLE="" fi -sdk/tools/bin/sdkmanager --install build-tools\;29.0.1 platform-tools platforms\;android-19 $NDK_BUNDLE > /dev/null 2>/dev/null +sdk/tools/bin/sdkmanager --install build-tools\;29.0.1 platform-tools platforms\;android-28 $NDK_BUNDLE > /dev/null 2>/dev/null if [ "$1" = "r10e" ]; then wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin >/dev/null 2>/dev/null 7z x ./android-ndk-r10e-linux-x86_64.bin > /dev/null