Skip to content

Commit 2d1e4b0

Browse files
Updated Version to v0.2.4
1 parent 05ccac0 commit 2d1e4b0

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 23
12-
versionName "0.2.3"
11+
versionCode 24
12+
versionName "0.2.4"
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 23
12-
versionName "0.2.3"
11+
versionCode 24
12+
versionName "0.2.4"
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.3
2-
VERSION_CODE=23
1+
VERSION_NAME=0.2.4
2+
VERSION_CODE=24
33
GROUP=com.github.hiteshsondhi88.libffmpeg
44

55
POM_DESCRIPTION=Java implementation of ffmpeg for Android

0 commit comments

Comments
 (0)