Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Using released versions in test-apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Nov 9, 2018
1 parent d46a5e1 commit c293dd4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

FFmpeg for Android and IOS

Expand Down Expand Up @@ -177,7 +177,7 @@ execution, video encoding, accessing https, encoding audio, burning subtitles an
- `MobileFFmpeg v1.x` is the previous stable, includes `FFmpeg v3.4.4`
- `MobileFFmpeg v2.x` is the current stable, includes `FFmpeg v4.0.2`
- `MobileFFmpeg v2.x` is the current stable, includes `FFmpeg v4.0.3`
### 4. Building
#### 4.1 Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion android/test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.arthenica:mobile-ffmpeg-full:2.1.1'
implementation 'com.arthenica:mobile-ffmpeg-full:2.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/test-app/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ platform :ios, '8.0'
use_frameworks!

target "MobileFFmpegTest" do
pod 'mobile-ffmpeg-full', '~> 2.1.1'
pod 'mobile-ffmpeg-full', '~> 2.2'
pod 'NMEasyTipView', '~> 1.1'
end
14 changes: 7 additions & 7 deletions ios/test-app/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- mobile-ffmpeg-full (2.1.1)
- NMEasyTipView (1.1)
- mobile-ffmpeg-full (2.2)
- NMEasyTipView (1.2)

DEPENDENCIES:
- mobile-ffmpeg-full (~> 2.1.1)
- mobile-ffmpeg-full (~> 2.2)
- NMEasyTipView (~> 1.1)

SPEC REPOS:
Expand All @@ -12,9 +12,9 @@ SPEC REPOS:
- NMEasyTipView

SPEC CHECKSUMS:
mobile-ffmpeg-full: 0de151a529a551b14b1791c5c26c7d303b30843f
NMEasyTipView: bc922627c42ac81d18ac5795dc5424b6cdeca798
mobile-ffmpeg-full: 407167d28fcf65e0b781dc1c630a090f69a42414
NMEasyTipView: 04948bb8ee01b22957095e1427be972115b57d02

PODFILE CHECKSUM: 5d1b4bcb1622b5969122c1808c6192ac2e37a6bb
PODFILE CHECKSUM: cdc7b490fa9bd23b40b904416033f0f7654ac920

COCOAPODS: 1.6.0.beta.1
COCOAPODS: 1.6.0.beta.2

0 comments on commit c293dd4

Please sign in to comment.