Skip to content

Commit f4076aa

Browse files
committed
v1.0.18
1 parent b514882 commit f4076aa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This project uses FFmpeg version 4.2.2.
2323

2424
Key Features:
2525
* ARMv7, x86, x86_64 and ARM_64 support (Note: ARM and MIPS aren't supported as of version 1.0.14)
26-
* Support for API 12+
26+
* Support for API 14+
2727
* URL support (Unlike MediaMetadataRetriever, see: http://code.google.com/p/android/issues/detail?id=35794)
2828

2929
Supported protocols:
@@ -46,23 +46,23 @@ Using FMMR in your application (Android Studio)
4646
Add the following maven dependency to your project's `build.gradle` file:
4747

4848
dependencies {
49-
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.17'
50-
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.17'
49+
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.18'
50+
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.18'
5151
}
5252

5353
Optionally, to support individual ABIs:
5454

5555
dependencies {
56-
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.17'
57-
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native-armeabi-v7a:1.0.17'
58-
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native-x86:1.0.17'
59-
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native-x86_64:1.0.17'
60-
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native-arm64-v8a:1.0.17'
56+
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.18'
57+
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native-armeabi-v7a:1.0.18'
58+
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native-x86:1.0.18'
59+
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native-x86_64:1.0.18'
60+
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native-arm64-v8a:1.0.18'
6161
}
6262

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

65-
[Prebuilt AARs](https://github.com/wseemann/FFmpegMediaMetadataRetriever/releases/download/v1.0.17/prebuilt-aars.zip)
65+
[Prebuilt AARs](https://github.com/wseemann/FFmpegMediaMetadataRetriever/releases/download/v1.0.18/prebuilt-aars.zip)
6666

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

0 commit comments

Comments
 (0)