diff --git a/.travis.yml b/.travis.yml index c727689e..8328a594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ android: env: matrix: - - $TARGET=android-22 ABI=armeabi-v7a + - $TARGET=android-16 ABI=armeabi-v7a before_script: - echo no | android create avd --force -n test -t $TARGET --abi $ABI