Skip to content

Commit

Permalink
v1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
wseemann committed Dec 1, 2016
1 parent ece22bc commit d94723b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ Using FMMR in your application (Android Studio)
Add the following maven dependency to your project's `build.gradle` file:

dependencies {
compile 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.13'
compile 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.14'
}

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

[Prebuilt AARs] (https://github.com/wseemann/FFmpegMediaMetadataRetriever/releases/download/v1.0.13/prebuilt-aars.zip)
[Prebuilt AARs] (https://github.com/wseemann/FFmpegMediaMetadataRetriever/releases/download/v1.0.14/prebuilt-aars.zip)

(with HTTPS support)

Expand Down
4 changes: 2 additions & 2 deletions gradle/fmmr-library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
POM_NAME=FFmpegMediaMetadataRetriever
POM_ARTIFACT_ID=FFmpegMediaMetadataRetriever
POM_PACKAGING=aar
VERSION_NAME=1.0.13
VERSION_CODE=14
VERSION_NAME=1.0.14
VERSION_CODE=15
GROUP=com.github.wseemann

POM_DESCRIPTION=FFmpegMediaMetadataRetriever library
Expand Down
4 changes: 2 additions & 2 deletions gradle/fmmr-library/library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
defaultConfig {
minSdkVersion 12
targetSdkVersion 25
versionCode 14
versionName "1.0.13"
versionCode 15
versionName "1.0.14"
}

buildTypes {
Expand Down

0 comments on commit d94723b

Please sign in to comment.