File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ Using FMMR in your application (Android Studio)
39
39
Add the following maven dependency to your project's ` build.gradle ` file:
40
40
41
41
dependencies {
42
- compile 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.11 '
42
+ compile 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.12 '
43
43
}
44
44
45
45
or, if your application supports individual architectures extract the appropriate AAR file into you projects "libs" folder:
46
46
47
- [ Prebuilt AARs] (https://github.com/wseemann/FFmpegMediaMetadataRetriever/releases/download/v1.0.11 /prebuilt-aars.zip )
47
+ [ Prebuilt AARs] (https://github.com/wseemann/FFmpegMediaMetadataRetriever/releases/download/v1.0.12 /prebuilt-aars.zip )
48
48
49
49
(with HTTPS support)
50
50
Original file line number Diff line number Diff line change 20
20
POM_NAME =FFmpegMediaMetadataRetriever
21
21
POM_ARTIFACT_ID =FFmpegMediaMetadataRetriever
22
22
POM_PACKAGING =aar
23
- VERSION_NAME =1.0.11
24
- VERSION_CODE =12
23
+ VERSION_NAME =1.0.12
24
+ VERSION_CODE =13
25
25
GROUP =com.github.wseemann
26
26
27
27
POM_DESCRIPTION =FFmpegMediaMetadataRetriever library
@@ -42,5 +42,5 @@ SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
42
42
RELEASE_REPOSITORY_URL =https://oss.sonatype.org/service/local/staging/deploy/maven2
43
43
44
44
signing.keyId =94F92DAB
45
- signing.password =Xxxxxxxx55
45
+ signing.password =Xxxxxxx55
46
46
signing.secretKeyRingFile =/Users/wseemann/.gnupg/secring.gpg
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
27
27
defaultConfig {
28
28
minSdkVersion 12
29
29
targetSdkVersion 23
30
- versionCode 12
31
- versionName " 1.0.11 "
30
+ versionCode 13
31
+ versionName " 1.0.12 "
32
32
}
33
33
buildTypes {
34
34
release {
You can’t perform that action at this time.
0 commit comments