From 89df837b85c443c067852e537f36a065041ea202 Mon Sep 17 00:00:00 2001 From: gaurivn Date: Sun, 3 May 2020 14:47:55 +0400 Subject: [PATCH] Changed to android-22 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c791d3bb1..1513059d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,12 @@ android: - build-tools-28.0.3 - android-28 - android-27 - - sys-img-armeabi-v7a-android-27 + - android-22 + - sys-img-armeabi-v7a-android-22 before_install: - yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-27" before_script: - - echo no | android create avd --force -n test -t android-27 --abi armeabi-v7a + - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a - emulator -avd test -no-audio -no-window & - android-wait-for-emulator - chmod +x gradlew