File tree 9 files changed +14
-17
lines changed
java/com/github/hiteshsondhi88/libffmpeg
9 files changed +14
-17
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 23
12
- versionName " 0.2.3 "
11
+ versionCode 24
12
+ versionName " 0.2.4 "
13
13
}
14
14
15
15
sourceSets. main {
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.github.hiteshsondhi88.libffmpeg" >
1
+ <manifest package =" com.github.hiteshsondhi88.libffmpeg" >
3
2
4
- <application
5
- android : label =" @string/app_name" >
6
- </application >
3
+ <application />
7
4
8
5
</manifest >
Original file line number Diff line number Diff line change 3
3
import android .text .TextUtils ;
4
4
5
5
enum CpuArch {
6
- x86 ("a0f523f4fce7e4a4b0ad1e86dfa5c3d54ac93b91 " ),
7
- ARMv7 ("6b9b3d574740d69fd50fd6d75e04c71ae3a95c72 " ),
8
- ARMv7_NEON ("ac0418277061dc8b7547fee51e3e84457069806e " ),
6
+ x86 ("1b3daf0402c38ec0019ec436d71a1389514711bd " ),
7
+ ARMv7 ("e27cf3c432b121896fc8af2d147eff88d3074dd5 " ),
8
+ ARMv7_NEON ("9463c40e898c53dcac59b8ba39cfd590e2f1b1bf " ),
9
9
NONE (null );
10
10
11
11
private String sha1 ;
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<resources >
2
- <string name =" app_name" >FFmpegAndroid</string >
3
- <string name =" shipped_ffmpeg_version" >n2.4</string >
4
- </resources >
3
+ <string name =" shipped_ffmpeg_version" >n2.4.2</string >
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 23
12
- versionName " 0.2.3 "
11
+ versionCode 24
12
+ versionName " 0.2.4 "
13
13
}
14
14
15
15
sourceSets. main {
Original file line number Diff line number Diff line change 1
- VERSION_NAME =0.2.3
2
- VERSION_CODE =23
1
+ VERSION_NAME =0.2.4
2
+ VERSION_CODE =24
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