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

Commit c293dd4

Browse files
committed
Using released versions in test-apps.
1 parent d46a5e1 commit c293dd4

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
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.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)
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.2-blue.svg) ![Bintray](https://img.shields.io/badge/bintray-v2.2-blue.svg) ![CocoaPods](https://img.shields.io/badge/pod-v2.2-blue.svg)
22

33
FFmpeg for Android and IOS
44

@@ -177,7 +177,7 @@ execution, video encoding, accessing https, encoding audio, burning subtitles an
177177
178178
- `MobileFFmpeg v1.x` is the previous stable, includes `FFmpeg v3.4.4`
179179
180-
- `MobileFFmpeg v2.x` is the current stable, includes `FFmpeg v4.0.2`
180+
- `MobileFFmpeg v2.x` is the current stable, includes `FFmpeg v4.0.3`
181181
182182
### 4. Building
183183
#### 4.1 Prerequisites

android/test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020

2121
dependencies {
2222
implementation fileTree(dir: 'libs', include: ['*.jar'])
23-
implementation 'com.arthenica:mobile-ffmpeg-full:2.1.1'
23+
implementation 'com.arthenica:mobile-ffmpeg-full:2.2'
2424
testImplementation 'junit:junit:4.12'
2525
androidTestImplementation 'com.android.support.test:runner:1.0.2'
2626
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

ios/test-app/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ platform :ios, '8.0'
33
use_frameworks!
44

55
target "MobileFFmpegTest" do
6-
pod 'mobile-ffmpeg-full', '~> 2.1.1'
6+
pod 'mobile-ffmpeg-full', '~> 2.2'
77
pod 'NMEasyTipView', '~> 1.1'
88
end

ios/test-app/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- mobile-ffmpeg-full (2.1.1)
3-
- NMEasyTipView (1.1)
2+
- mobile-ffmpeg-full (2.2)
3+
- NMEasyTipView (1.2)
44

55
DEPENDENCIES:
6-
- mobile-ffmpeg-full (~> 2.1.1)
6+
- mobile-ffmpeg-full (~> 2.2)
77
- NMEasyTipView (~> 1.1)
88

99
SPEC REPOS:
@@ -12,9 +12,9 @@ SPEC REPOS:
1212
- NMEasyTipView
1313

1414
SPEC CHECKSUMS:
15-
mobile-ffmpeg-full: 0de151a529a551b14b1791c5c26c7d303b30843f
16-
NMEasyTipView: bc922627c42ac81d18ac5795dc5424b6cdeca798
15+
mobile-ffmpeg-full: 407167d28fcf65e0b781dc1c630a090f69a42414
16+
NMEasyTipView: 04948bb8ee01b22957095e1427be972115b57d02
1717

18-
PODFILE CHECKSUM: 5d1b4bcb1622b5969122c1808c6192ac2e37a6bb
18+
PODFILE CHECKSUM: cdc7b490fa9bd23b40b904416033f0f7654ac920
1919

20-
COCOAPODS: 1.6.0.beta.1
20+
COCOAPODS: 1.6.0.beta.2

0 commit comments

Comments
 (0)