Skip to content

Commit

Permalink
[video_player] Upgrade ExoPlayer dependency to 2.9.4 (flutter#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
ened authored and bparrishMines committed Mar 13, 2019
1 parent 236885b commit 322512c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.0+4

* Android: Upgrade ExoPlayer to 2.9.6.

## 0.10.0+3

* Fix divide by zero bug on iOS.
Expand Down
8 changes: 4 additions & 4 deletions packages/video_player/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ android {
}

dependencies {
implementation 'com.google.android.exoplayer:exoplayer-core:2.9.1'
implementation 'com.google.android.exoplayer:exoplayer-hls:2.9.1'
implementation 'com.google.android.exoplayer:exoplayer-dash:2.9.1'
implementation 'com.google.android.exoplayer:exoplayer-smoothstreaming:2.9.1'
implementation 'com.google.android.exoplayer:exoplayer-core:2.9.6'
implementation 'com.google.android.exoplayer:exoplayer-hls:2.9.6'
implementation 'com.google.android.exoplayer:exoplayer-dash:2.9.6'
implementation 'com.google.android.exoplayer:exoplayer-smoothstreaming:2.9.6'
}
}
2 changes: 1 addition & 1 deletion packages/video_player/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player
description: Flutter plugin for displaying inline video with other Flutter
widgets on Android and iOS.
author: Flutter Team <[email protected]>
version: 0.10.0+3
version: 0.10.0+4
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player

flutter:
Expand Down

0 comments on commit 322512c

Please sign in to comment.