Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 09caf1e

Browse files
committed
Android test application uses the latest published version.
1 parent b3109cf commit 09caf1e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MobileFFmpeg [![Join the chat at https://gitter.im/mobile-ffmpeg/Lobby](https://badges.gitter.im/mobile-ffmpeg/Lobby.svg)](https://gitter.im/mobile-ffmpeg/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![GitHub release](https://img.shields.io/badge/release-v2.1-blue.svg) ![Bintray](https://img.shields.io/badge/bintray-v2.1-blue.svg) ![CocoaPods](https://img.shields.io/badge/pod-v2.1.1-blue.svg)
1+
# MobileFFmpeg [![Join the chat at https://gitter.im/mobile-ffmpeg/Lobby](https://badges.gitter.im/mobile-ffmpeg/Lobby.svg)](https://gitter.im/mobile-ffmpeg/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![GitHub release](https://img.shields.io/badge/release-v2.1.1-blue.svg) ![Bintray](https://img.shields.io/badge/bintray-v2.1.1-blue.svg) ![CocoaPods](https://img.shields.io/badge/pod-v2.1.1-blue.svg)
22

33
FFmpeg for Android and IOS
44

@@ -53,7 +53,7 @@ There are eight different prebuilt packages. Below you can see which external li
5353
1. Add MobileFFmpeg dependency from `jcenter()`
5454
```
5555
dependencies {`
56-
implementation 'com.arthenica:mobile-ffmpeg-full:2.1'
56+
implementation 'com.arthenica:mobile-ffmpeg-full:2.1.1'
5757
}
5858
```
5959

android/test-app/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion 21
88
targetSdkVersion 27
99
versionCode 21
10-
versionName "2.1"
10+
versionName "2.1.1"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {
@@ -20,8 +20,7 @@ android {
2020

2121
dependencies {
2222
implementation fileTree(dir: 'libs', include: ['*.jar'])
23-
// implementation 'com.arthenica:mobile-ffmpeg-full:2.1'
24-
implementation project(':app')
23+
implementation 'com.arthenica:mobile-ffmpeg-full:2.1.1'
2524
testImplementation 'junit:junit:4.12'
2625
androidTestImplementation 'com.android.support.test:runner:1.0.2'
2726
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

0 commit comments

Comments
 (0)