Skip to content

Commit 2f45ef2

Browse files
Updated versions in gradle
1 parent 49175cc commit 2f45ef2

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 21
12-
versionName "0.2.1"
11+
versionCode 22
12+
versionName "0.2.2"
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 21
12-
versionName "0.2.1"
11+
versionCode 22
12+
versionName "0.2.2"
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.1
2-
VERSION_CODE=21
1+
VERSION_NAME=0.2.2
2+
VERSION_CODE=22
33
GROUP=com.github.hiteshsondhi88.libffmpeg
44

55
POM_DESCRIPTION=Java implementation of ffmpeg for Android

0 commit comments

Comments
 (0)