File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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 {
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