Skip to content

Commit

Permalink
v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wseemann committed Jul 10, 2016
1 parent 9b7d721 commit 3f87995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified FMMRDemo.apk
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,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.10'
compile 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.11'
}

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.10/prebuilt-aars.zip)
[Prebuilt AARs] (https://github.com/wseemann/FFmpegMediaMetadataRetriever/releases/download/v1.0.11/prebuilt-aars.zip)

(with HTTPS support)

Expand All @@ -61,7 +61,7 @@ Installation
FFmpegMediaMetadataRetriever relies on FFmpeg and native code. The build process
is complex and may be confusing for those unfamiliar the Android NDK. For this
reason I've precompiled AARs created by the build process and checked them
in [here] (https://github.com/wseemann/FFmpegMediaMetadataRetriever/releases/download/v1.0.10/prebuilt-aars.zip).
in [here] (https://github.com/wseemann/FFmpegMediaMetadataRetriever/releases/download/v1.0.11/prebuilt-aars.zip).
The modules are also included with the library. If you don't want to build the modules
you can simple unzip the prebuilt ones and copy them to your projects "libs" folder. (Note:
copy them to YOUR projects "libs" folder, NOT the "libs" folder located in
Expand Down

0 comments on commit 3f87995

Please sign in to comment.