Commit 66e56f0 1 parent 18283a7 commit 66e56f0 Copy full SHA for 66e56f0
File tree 3 files changed +9
-5
lines changed
packages/video_player/video_player_android
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.3.4
2
+
3
+ * Updates ExoPlayer to 2.17.1.
4
+
1
5
## 2.3.3
2
6
3
7
* Removes unnecessary imports.
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ android {
43
43
}
44
44
45
45
dependencies {
46
- implementation ' com.google.android.exoplayer:exoplayer-core:2.17.0 '
47
- implementation ' com.google.android.exoplayer:exoplayer-hls:2.17.0 '
48
- implementation ' com.google.android.exoplayer:exoplayer-dash:2.17.0 '
49
- implementation ' com.google.android.exoplayer:exoplayer-smoothstreaming:2.17.0 '
46
+ implementation ' com.google.android.exoplayer:exoplayer-core:2.17.1 '
47
+ implementation ' com.google.android.exoplayer:exoplayer-hls:2.17.1 '
48
+ implementation ' com.google.android.exoplayer:exoplayer-dash:2.17.1 '
49
+ implementation ' com.google.android.exoplayer:exoplayer-smoothstreaming:2.17.1 '
50
50
testImplementation ' junit:junit:4.12'
51
51
testImplementation ' org.mockito:mockito-inline:3.9.0'
52
52
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: video_player_android
2
2
description : Android implementation of the video_player plugin.
3
3
repository : https://github.com/flutter/plugins/tree/master/packages/video_player/video_player_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
5
- version : 2.3.3
5
+ version : 2.3.4
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments