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