Skip to content

Commit 3b57c74

Browse files
minor updations
1 parent 1a14eec commit 3b57c74

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android:
1010
# The SDK version used to compile your project
1111
- android-16
1212

13-
- sys-img-x86-android-16
13+
- sys-img-x86-android-19
1414
- sys-img-armeabi-v7a-android-16
1515

1616
script:

app/assets/sample_videos/sample_1.mkv

-1.3 MB
Binary file not shown.

runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# x86 emulator
4-
echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
4+
echo no | android create avd -c 50M --force -n testx86 -t android-19 --abi x86
55
emulator -ports 5554,5555 -partition-size 256 -avd testx86 -no-skin -no-boot-anim -no-audio -no-window &
66
PID_EMU1=$!
77
./wait_for_emulator emulator-5554

0 commit comments

Comments
 (0)