mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 15:18:22 -05:00
Switch the ABI again, see if this changes things
This commit is contained in:
parent
9bee9e60fd
commit
a60e62f731
@ -10,7 +10,7 @@ android:
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86
|
||||
- ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
|
||||
|
||||
before_install:
|
||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||
|
Loading…
Reference in New Issue
Block a user