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.
2 parents 5fab134 + 3f05b40 commit f204e00Copy full SHA for f204e00
FFmpegAndroid/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "com.github.hiteshsondhi88.libffmpeg"
9
minSdkVersion 16
10
targetSdkVersion 16
11
- versionCode 24
12
- versionName "0.2.4"
+ versionCode 25
+ versionName "0.2.5"
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.4
2
-VERSION_CODE=24
+VERSION_NAME=0.2.5
+VERSION_CODE=25
3
GROUP=com.github.hiteshsondhi88.libffmpeg
4
5
POM_DESCRIPTION=Java implementation of ffmpeg for Android
0 commit comments