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 {
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 {
@@ -29,3 +29,5 @@ android {
2929dependencies {
3030 compile fileTree(dir : ' libs' , include : [' *.jar' ])
3131}
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 11<resources >
22 <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 >
44</resources >
Original file line number Diff line number Diff 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 {
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
33GROUP =com.github.hiteshsondhi88.libffmpeg
44
55POM_DESCRIPTION =Java implementation of ffmpeg for Android
You can’t perform that action at this time.
0 commit comments