Skip to content

Commit 268593c

Browse files
Merge branch 'release/v0.2.3'
2 parents 9cbc442 + a5cd862 commit 268593c

File tree

29 files changed

+474
-46
lines changed

29 files changed

+474
-46
lines changed

.travis.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: android
22
android:
3+
update_sdk: true
34
components:
45
- platform-tools
56
- tools
@@ -9,16 +10,12 @@ android:
910

1011
# The SDK version used to compile your project
1112
- android-16
13+
- android-L
1214

1315
- sys-img-x86-android-16
14-
before_install:
15-
- echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
16-
- emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
17-
18-
before_script:
19-
# Make sure the emulator has started before running tests
20-
- android-wait-for-emulator
21-
- adb shell input keyevent 82 &
16+
- sys-img-armeabi-v7a-android-16
17+
- sys-img-armeabi-v7a-android-l
18+
- sys-img-x86-android-l
2219

2320
script:
24-
- ./gradlew --info build connectedAndroidTest
21+
- ./runTests.sh || exit 1
-28.1 KB
Binary file not shown.
-28.1 KB
Binary file not shown.

FFmpegAndroid/assets/x86/ffmpeg

-252 KB
Binary file not shown.

FFmpegAndroid/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.github.hiteshsondhi88.libffmpeg"
99
minSdkVersion 16
1010
targetSdkVersion 16
11-
versionCode 22
12-
versionName "0.2.2"
11+
versionCode 23
12+
versionName "0.2.3"
1313
}
1414

1515
sourceSets.main {

FFmpegAndroid/jni/Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Build for arm only
2-
APP_ABI := armeabi armeabi-v7a
2+
APP_ABI := armeabi armeabi-v7a x86
33

44
APP_PLATFORM := android-14
9.11 KB
Binary file not shown.
47.6 KB
Binary file not shown.
23.2 KB
Binary file not shown.
25.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)