Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bf9a61d6
authored
Jan 08, 2020
by
olly
Committed by
Oliver Woodman
Jan 17, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Upgrade OkHttp library to fix HTTP2 issue
Issue: #4078 PiperOrigin-RevId: 288651166
parent
eb0acb41
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
RELEASENOTES.md
extensions/okhttp/build.gradle
RELEASENOTES.md
View file @
bf9a61d6
...
@@ -25,6 +25,9 @@
...
@@ -25,6 +25,9 @@
*
Improve support for G.711 A-law and mu-law encoded data.
*
Improve support for G.711 A-law and mu-law encoded data.
*
Fix MKV subtitles to disappear when intended instead of lasting until the
*
Fix MKV subtitles to disappear when intended instead of lasting until the
next cue (
[
#6833
](
https://github.com/google/ExoPlayer/issues/6833
)
).
next cue (
[
#6833
](
https://github.com/google/ExoPlayer/issues/6833
)
).
*
OkHttp extension: Upgrade OkHttp dependency to 3.12.7, which fixes a class of
`SocketTimeoutException`
issues when using HTTP/2
(
[
#4078
](
https://github.com/google/ExoPlayer/issues/4078
)
).
### 2.11.1 (2019-12-20) ###
### 2.11.1 (2019-12-20) ###
...
...
extensions/okhttp/build.gradle
View file @
bf9a61d6
...
@@ -41,7 +41,7 @@ dependencies {
...
@@ -41,7 +41,7 @@ dependencies {
// https://cashapp.github.io/2019-02-05/okhttp-3-13-requires-android-5
// https://cashapp.github.io/2019-02-05/okhttp-3-13-requires-android-5
// Since OkHttp is distributed as a jar rather than an aar, Gradle won't
// Since OkHttp is distributed as a jar rather than an aar, Gradle won't
// stop us from making this mistake!
// stop us from making this mistake!
api
'com.squareup.okhttp3:okhttp:3.12.
5
'
api
'com.squareup.okhttp3:okhttp:3.12.
7
'
}
}
ext
{
ext
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment