Upgrade to OkHttp 3.12.5

Issue: #4078
PiperOrigin-RevId: 268887744
This commit is contained in:
olly 2019-09-13 13:46:02 +01:00 committed by Oliver Woodman
parent 4eda96dd66
commit 480f73748d
2 changed files with 4 additions and 2 deletions

View file

@ -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),

View file

@ -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 {