From f2120672d00ad0127821ed91afee1c7af2373391 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 28 Nov 2020 01:30:41 +0300 Subject: [PATCH] travis: update android sdk level --- 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 e8a0c001..9ff28761 100755 --- a/scripts/travis_android_deps.sh +++ b/scripts/travis_android_deps.sh @@ -16,7 +16,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-26 $NDK_BUNDLE > /dev/null 2>/dev/null +sdk/tools/bin/sdkmanager --install build-tools\;29.0.1 platform-tools platforms\;android-29 $NDK_BUNDLE > /dev/null 2>/dev/null if [ "$1" = "r10e" ]; then (wget https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip /dev/null 2>/dev/null | busybox unzip -x -) || exit 1 mv android-ndk-r10e sdk/ndk-bundle