Skip to content

Commit 434d8db

Browse files
Updated compile sdk version and travis
1 parent dc785c4 commit 434d8db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FFmpegAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 19
4+
compileSdkVersion 16
55
buildToolsVersion "20.0.0"
66

77
defaultConfig {

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 20
4+
compileSdkVersion 16
55
buildToolsVersion "20.0.0"
66

77
defaultConfig {

0 commit comments

Comments
 (0)