Skip to content

Commit

Permalink
Merge branch 'release/v0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Sep 15, 2014
2 parents 6e2849c + d7fee70 commit bcac007
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
Binary file modified FFmpegAndroid/assets/armeabi-v7a-neon/ffmpeg
100644 → 100755
Binary file not shown.
Binary file modified FFmpegAndroid/assets/armeabi-v7a/ffmpeg
100644 → 100755
Binary file not shown.
Binary file modified FFmpegAndroid/assets/x86/ffmpeg
100644 → 100755
Binary file not shown.
6 changes: 4 additions & 2 deletions FFmpegAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.github.hiteshsondhi88.libffmpeg"
minSdkVersion 16
targetSdkVersion 16
versionCode 21
versionName "0.2.1"
versionCode 22
versionName "0.2.2"
}

sourceSets.main {
Expand All @@ -29,3 +29,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}

apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
2 changes: 1 addition & 1 deletion FFmpegAndroid/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">FFmpegAndroid</string>
<string name="shipped_ffmpeg_version">n2.3.3</string>
<string name="shipped_ffmpeg_version">n2.4</string>
</resources>
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.github.hiteshsondhi88.sampleffmpeg"
minSdkVersion 16
targetSdkVersion 20
versionCode 21
versionName "0.2.1"
versionCode 22
versionName "0.2.2"
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.2.1
VERSION_CODE=21
VERSION_NAME=0.2.2
VERSION_CODE=22
GROUP=com.github.hiteshsondhi88.libffmpeg

POM_DESCRIPTION=Java implementation of ffmpeg for Android
Expand Down

0 comments on commit bcac007

Please sign in to comment.