Skip to content

Commit f204e00

Browse files
Merge branch 'hotfix/update-versions'
2 parents 5fab134 + 3f05b40 commit f204e00

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

1515
sourceSets.main {

app/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.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

Lines changed: 2 additions & 2 deletions
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)