Skip to content

Commit 3f05b40

Browse files
committedOct 7, 2014
Updated versions
1 parent 5fab134 commit 3f05b40

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎FFmpegAndroid/build.gradle

+2-2
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 24
12-
versionName "0.2.4"
11+
versionCode 25
12+
versionName "0.2.5"
1313
}
1414

1515
sourceSets.main {

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.github.hiteshsondhi88.sampleffmpeg"
99
minSdkVersion 16
1010
targetSdkVersion 20
11-
versionCode 24
12-
versionName "0.2.4"
11+
versionCode 25
12+
versionName "0.2.5"
1313
}
1414

1515
sourceSets.main {

‎gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.2.4
2-
VERSION_CODE=24
1+
VERSION_NAME=0.2.5
2+
VERSION_CODE=25
33
GROUP=com.github.hiteshsondhi88.libffmpeg
44

55
POM_DESCRIPTION=Java implementation of ffmpeg for Android

0 commit comments

Comments
 (0)
Please sign in to comment.