File tree Expand file tree Collapse file tree 7 files changed +9
-7
lines changed Expand file tree Collapse file tree 7 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.github.hiteshsondhi88.libffmpeg"
9
9
minSdkVersion 16
10
10
targetSdkVersion 16
11
- versionCode 21
12
- versionName " 0.2.1 "
11
+ versionCode 22
12
+ versionName " 0.2.2 "
13
13
}
14
14
15
15
sourceSets. main {
@@ -29,3 +29,5 @@ android {
29
29
dependencies {
30
30
compile fileTree(dir : ' libs' , include : [' *.jar' ])
31
31
}
32
+
33
+ apply from : ' https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
Original file line number Diff line number Diff line change 1
1
<resources >
2
2
<string name =" app_name" >FFmpegAndroid</string >
3
- <string name =" shipped_ffmpeg_version" >n2.3.3 </string >
3
+ <string name =" shipped_ffmpeg_version" >n2.4 </string >
4
4
</resources >
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.github.hiteshsondhi88.sampleffmpeg"
9
9
minSdkVersion 16
10
10
targetSdkVersion 20
11
- versionCode 21
12
- versionName " 0.2.1 "
11
+ versionCode 22
12
+ versionName " 0.2.2 "
13
13
}
14
14
15
15
sourceSets. main {
Original file line number Diff line number Diff line change 1
- VERSION_NAME =0.2.1
2
- VERSION_CODE =21
1
+ VERSION_NAME =0.2.2
2
+ VERSION_CODE =22
3
3
GROUP =com.github.hiteshsondhi88.libffmpeg
4
4
5
5
POM_DESCRIPTION =Java implementation of ffmpeg for Android
You can’t perform that action at this time.
0 commit comments