Fix build with lower target emulator

This commit is contained in:
Sean Mac Gillicuddy 2019-07-03 13:02:39 +01:00
parent 7bbcb530d0
commit c0e930eb95

View File

@ -6,7 +6,7 @@ sudo: required
env:
global:
- ANDROID_TARGET=android-22
- ANDROID_TARGET=android-21
- ANDROID_ABI=armeabi-v7a
if: type != push OR tag IS present