Skip to content

Commit e77557b

Browse files
committed
v1.0.12
1 parent 1adc8ed commit e77557b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Using FMMR in your application (Android Studio)
3939
Add the following maven dependency to your project's `build.gradle` file:
4040

4141
dependencies {
42-
compile 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.11'
42+
compile 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.12'
4343
}
4444

4545
or, if your application supports individual architectures extract the appropriate AAR file into you projects "libs" folder:
4646

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)
4848

4949
(with HTTPS support)
5050

gradle/fmmr-library/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
POM_NAME=FFmpegMediaMetadataRetriever
2121
POM_ARTIFACT_ID=FFmpegMediaMetadataRetriever
2222
POM_PACKAGING=aar
23-
VERSION_NAME=1.0.11
24-
VERSION_CODE=12
23+
VERSION_NAME=1.0.12
24+
VERSION_CODE=13
2525
GROUP=com.github.wseemann
2626

2727
POM_DESCRIPTION=FFmpegMediaMetadataRetriever library
@@ -42,5 +42,5 @@ SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
4242
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2
4343

4444
signing.keyId=94F92DAB
45-
signing.password=Xxxxxxxx55
45+
signing.password=Xxxxxxx55
4646
signing.secretKeyRingFile=/Users/wseemann/.gnupg/secring.gpg

gradle/fmmr-library/library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
defaultConfig {
2828
minSdkVersion 12
2929
targetSdkVersion 23
30-
versionCode 12
31-
versionName "1.0.11"
30+
versionCode 13
31+
versionName "1.0.12"
3232
}
3333
buildTypes {
3434
release {

0 commit comments

Comments
 (0)