We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49175cc commit 2f45ef2Copy full SHA for 2f45ef2
FFmpegAndroid/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "com.github.hiteshsondhi88.libffmpeg"
9
minSdkVersion 16
10
targetSdkVersion 16
11
- versionCode 21
12
- versionName "0.2.1"
+ versionCode 22
+ versionName "0.2.2"
13
}
14
15
sourceSets.main {
app/build.gradle
applicationId "com.github.hiteshsondhi88.sampleffmpeg"
targetSdkVersion 20
gradle.properties
@@ -1,5 +1,5 @@
1
-VERSION_NAME=0.2.1
2
-VERSION_CODE=21
+VERSION_NAME=0.2.2
+VERSION_CODE=22
3
GROUP=com.github.hiteshsondhi88.libffmpeg
4
5
POM_DESCRIPTION=Java implementation of ffmpeg for Android
0 commit comments