mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
parent
4eda96dd66
commit
480f73748d
2 changed files with 4 additions and 2 deletions
|
|
@ -22,7 +22,9 @@
|
|||
([#6398](https://github.com/google/ExoPlayer/issues/6398)).
|
||||
* Fix `PlayerNotificationManager` to show play icon rather than pause icon when
|
||||
playback is ended ([#6324](https://github.com/google/ExoPlayer/issues/6324)).
|
||||
* Upgrade LibRtmp-Client-for-Android to fix RTMP playback issues
|
||||
* OkHttp extension: Upgrade OkHttp to fix HTTP2 socket timeout issue
|
||||
([#4078](https://github.com/google/ExoPlayer/issues/4078)).
|
||||
* RTMP extension: Upgrade LibRtmp-Client-for-Android to fix RTMP playback issues
|
||||
([#4200](https://github.com/google/ExoPlayer/issues/4200),
|
||||
[#4249](https://github.com/google/ExoPlayer/issues/4249),
|
||||
[#4319](https://github.com/google/ExoPlayer/issues/4319),
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ dependencies {
|
|||
implementation project(modulePrefix + 'library-core')
|
||||
implementation 'androidx.annotation:annotation:1.1.0'
|
||||
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
||||
api 'com.squareup.okhttp3:okhttp:3.12.1'
|
||||
api 'com.squareup.okhttp3:okhttp:3.12.5'
|
||||
}
|
||||
|
||||
ext {
|
||||
|
|
|
|||
Loading…
Reference in a new issue