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
62e1000d
authored
May 06, 2020
by
olly
Committed by
Oliver Woodman
May 06, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Upgrade OkHttp to 3.12.11.
PiperOrigin-RevId: 310114401
parent
98f8862d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
RELEASENOTES.md
extensions/okhttp/build.gradle
RELEASENOTES.md
View file @
62e1000d
...
...
@@ -179,6 +179,7 @@
used for AV1 playback using the extension.
*
IMA extension: Upgrade to IMA SDK version 3.18.1, and migrate to new
preloading APIs (
[
#6429
](
https://github.com/google/ExoPlayer/issues/6429
)
).
*
OkHttp extension: Upgrade OkHttp dependency to 3.12.11.
### 2.11.4 (2020-04-08)
...
...
extensions/okhttp/build.gradle
View file @
62e1000d
...
...
@@ -42,7 +42,7 @@ dependencies {
// 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
// stop us from making this mistake!
api
'com.squareup.okhttp3:okhttp:3.12.
8
'
api
'com.squareup.okhttp3:okhttp:3.12.
11
'
}
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