Skip to content

Commit

Permalink
Merge pull request #81 from adigladi/dependencies/upgrade-to-stable-v…
Browse files Browse the repository at this point in the history
…ersions

[dependencies] Upgrade ffmpeg_kit_flutter_min_gpl to stable version
  • Loading branch information
LeGoffMael committed Mar 30, 2022
2 parents 7be25f5 + f38004d commit e593966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '10'
platform :ios, '12.1'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
flutter:
sdk: flutter

ffmpeg_kit_flutter_min_gpl: 4.5.1-LTS
ffmpeg_kit_flutter_min_gpl: ^4.5.1
path_provider: ^2.0.9
video_player: ^2.3.0
video_thumbnail: ^0.5.0
path: ^1.8.0 # update to `1.8.1` causes #79
path: ^1.8.0 # update to `1.8.1` causes #79

0 comments on commit e593966

Please sign in to comment.